Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v0.10.1
🐞 Bug Fixes
- Spawn a separate process when debugging - by @sheremet-va in #376 (67366)
View changes on GitHub
v0.10.0
🚀 Features
- Add name for the vitest-snapshot language - by @remcohaszing in #364 (6c6f7)
🐞 Bug Fixes
- Don't remove tets file from the tree if there are no tests - by @sheremet-va (2d34a)
- Print unhandled errors to tets results tab - by @sheremet-va in #370 (7c036)
- Don't fail when running tests with coverage in a workspace - by @sheremet-va (ff21c)
View changes on GitHub
v0.8.6
v0.8.5
🐞 Bug Fixes
- Report untested files when running the whole suite - by @sheremet-va (ccab3)
View changes on GitHub
v0.8.4
🐞 Bug Fixes
- Correctly pass down resolved config files - by @sheremet-va (462ed)
- Respect more CLI options when running from "scripts" - by @sheremet-va (80d03)
View changes on GitHub
v0.8.3
🐞 Bug Fixes
- Respect the vitest.rootConfig if the workspace only has a single folder - by @sheremet-va (43474)
View changes on GitHub
v0.8.2
🐞 Bug Fixes
- Don't crash on windows when jsdom is used - by @sheremet-va (44852)
View changes on GitHub
v0.8.1
🐞 Bug Fixes
- Support update snapshots command - by @sheremet-va in #355 (6a5c7)
- Update test results if continuous mode is enabled for every file - by @sheremet-va (86368)
View changes on GitHub
v0.8.0
🚀 Features
- Support workspaces without a vitest config - by @sheremet-va in #352 (f00a5)
🐞 Bug Fixes
- Correctly resolve testNamePattern - by @sheremet-va in #353 (e3ff6)
- Override hidden
reporter
option - by @sheremet-va (5698a) - Use local Node executable - by @sheremet-va in #354 (5dc9a)
View changes on GitHub
v0.6.3
🐞 Bug Fixes
- Don't panic when debugging tests inline - by @sheremet-va (b6461)
- Don't panic when switching test view - by @sheremet-va (7ce92)