Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
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)
View changes on GitHub
v1.44.2
v1.44.1
🐞 Bug Fixes
- Kill any vitest process if cancel is clicked - by @sheremet-va in #734 (fac77)
View changes on GitHub
v1.44.0
🚀 Features
- Remove
experimentalStaticAstCollectfrom Vitest 3 support - by @sheremet-va in #733 (371c8)
🐞 Bug Fixes
- Display report in Vitest <4 - by @sheremet-va in #731 (ad349)
- Suggest local package manager - by @sheremet-va in #730 (35221)
- Resolve vitest in yarn pnp on windows - by @sheremet-va in #732 (60442)
View changes on GitHub
v1.42.1
🐞 Bug Fixes
- Enable import durations in Vitest 4.1 beta - by @sheremet-va (bd3fc)
- Allow custom
execArgv- by @sheremet-va in #727 (0ef7e) - Use the deprecated field to support Vitest 2 - by @sheremet-va (ed2ef)
View changes on GitHub
v1.42.0
🚀 Features
- Support tags in Vitest 4.1 - by @sheremet-va in #724 (c0db0)
🐞 Bug Fixes
- Strip ansi from inline logs - by @sheremet-va (ea3a3)
- windows: Can debug if tests are on a different drive - by @sheremet-va (dea7d)