Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v1.50.4
🐞 Bug Fixes
- Hide logs if silent is configured - by @sheremet-va in #782 (01987)
View changes on GitHub
v1.50.3
🐞 Bug Fixes
- Expand VS Code predefined variables in all path-valued settings - by @Copilot and sheremet-va in #779 (71cf6)
View changes on GitHub
v1.50.2
🐞 Bug Fixes
- Only show the copy button if current file is a test - by @sheremet-va (edd44)
- Don't filter tests when running in a folder - by @sheremet-va in #777 (09647)
View changes on GitHub
v1.50.1
🐞 Bug Fixes
- Support coverage preview in Vitest 3 - by @sheremet-va in #771 (a0fe0)
View changes on GitHub
v1.50.0
🚀 Features
🐞 Bug Fixes
- Scope logs to test like before 1.40 - by @sheremet-va in #768 (c6ab4)
- Replace get-port with listen(0) to avoid EADDRINUSE under WSL2 mirrored networking - by @D1g1talEntr0py, Copilot and @sheremet-va in #767 (5425e)
View changes on GitHub
v1.48.2
🐞 Bug Fixes
- Correctly identify concurrent test during static analysis in older Vitest versions - by @sheremet-va in #753 (e8b27)
- Reduce the padding in inlined console logs - by @sheremet-va (f329e)
- Log correct name when running in vite-plus - by @sheremet-va in #760 (139dd)
- collect: Don't treat extra props on test return as tests - by @sheremet-va (a2801)
View changes on GitHub
v1.48.1
🏎 Performance
- Batch watcher events, fix order - by @sheremet-va in #750 (64bb4)
View changes on GitHub
v1.48.0
🚀 Features
- Add an option to enable watch on startup - by @sheremet-va in #745 (90a4f)
- Add "run related tests" command - by @sheremet-va in #749 (a3abb)
🐞 Bug Fixes
- watcher: Renaming/deleting/creating folders correctly updates the test tree - by @sheremet-va (2c764)
🏎 Performance
- Flush watched files - by @sheremet-va (72100)
View changes on GitHub
v1.46.0
v1.45.0
🚨 Breaking Changes
- Do not keep persistent process by default - by @sheremet-va in #743 (52fad)