Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v1.2.8
🐞 Bug Fixes
- coverage: Istanbul didn't process files when running in the extension - by @sheremet-va in #468 (19f03)
View changes on GitHub
v1.2.7
No significant changes
View changes on GitHub
v1.2.6
v1.2.5
🐞 Bug Fixes
- Don't show "update snapshots" for different test controllers (e.g., jest) - by @sheremet-va (cbbb7)
- Don't run browser tests during collection - by @sheremet-va (c21e0)
- watcher: Ignore directories - by @sheremet-va (714be)
View changes on GitHub
v1.2.4
🐞 Bug Fixes
- Remove configs if there are too many of them - by @sheremet-va (b6082)
- Don't print logs to the debug console - by @sheremet-va (50e64)
View changes on GitHub
v1.2.3
🐞 Bug Fixes
- Disable watcher correctly for older Vite versions - by @sheremet-va (df1f3)
View changes on GitHub
v1.2.2
🐞 Bug Fixes
- Correctly overwrite the test item type if the suite or test is moved around - by @sheremet-va in #465 (5f5cb)
- browser: Collect browser tests correctly - by @sheremet-va in #466 (79568)
View changes on GitHub
v1.2.1
🚀 Features
- Add logLevel option - by @sheremet-va (6702c)
🏎 Performance
- Use vscode watcher instead of chokidar - by @sheremet-va in #462 (a8153)