Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
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)
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)