Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v1.6.6
v1.6.5
🐞 Bug Fixes
- Don't panic when file contains invalid syntax in browser mode - by @sheremet-va in #522 (0b902)
View changes on GitHub
v1.6.4
🐞 Bug Fixes
- Display project name in the icon gutter - by @sheremet-va in #519 (ab4cc)
View changes on GitHub
v1.6.3
🐞 Bug Fixes
- Run test in the correct project if Vitest workspace is used - by @sheremet-va in #517 (a4d9f)
- Resolve the test message name statically when dynamic expression is used - by @sheremet-va in #518 (e4658)
View changes on GitHub
v1.6.2
No significant changes
View changes on GitHub
v1.6.1
🐞 Bug Fixes
- Pass down PNP loader args when debugging - by @sheremet-va (0f622)
- Correctly identify pnp if it Vitest was already resolved - by @sheremet-va (83ffa)
- Ignore changes to unrelated configs - by @sheremet-va in #509 (19f3a)
View changes on GitHub
v1.6.0
🚀 Features
- Introduce
vitest.experimentalStaticAstCollect
option - by @sheremet-va in #501 (95d8c)
🐞 Bug Fixes
- Reset the watcher when "resfresh tests" is triggered - by @sheremet-va (b9a33)
View changes on GitHub
v1.4.5
No significant changes
View changes on GitHub
v1.4.4
🐞 Bug Fixes
- Log verbose message only when logLevel is verbose - by @sheremet-va (7ea34)
- Log the watcher pattern - by @sheremet-va (d0581)
- Restart on filesWatcherInclude change - by @sheremet-va (51fc6)
View changes on GitHub
v1.4.3
🐞 Bug Fixes
- Don't hang when reloading during a test run - by @sheremet-va in #496 (1f9f0)
- Don't enqueue tests that are not part of the changeg file when continues mode triggers a rerun - by @sheremet-va in #498 (3f1cc)
- Ignore tests during browser collection with
runIf
/skipIf
modifier - by @sheremet-va in #497 (a2434) - Render the project name as a description - by @sheremet-va in #499 (b18a5)
- Support test.each filtering in browser mode - by @sheremet-va in #500 (b66b9)