Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v0.10.6
No significant changes
View changes on GitHub
v0.10.5
🐞 Bug Fixes
- Correctly report collected tests on Windows - by @sheremet-va (63bad)
View changes on GitHub
v0.10.3
🐞 Bug Fixes
- Resolve Vitest even if there is no config or package.json script - by @sheremet-va (463bd)
View changes on GitHub
v0.10.2
🐞 Bug Fixes
- Sort text by location even if location is unknown - by @sheremet-va (f2822)
View changes on GitHub
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)