Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v0.5.12
🚀 Features
- Add
workspaceConfig
androotConfig
options - by @sheremet-va (a2f3f) - Add "configSearchPatternExclude" option - by @sheremet-va (ab678)
🐞 Bug Fixes
- Don't panic if process exited unexpectedly - by @sheremet-va (21f1a)
View changes on GitHub
v0.5.11
🐞 Bug Fixes
- Resolve nodeExecutable relative to the workspace config - by @sheremet-va (097ab)
View changes on GitHub
v0.5.10
🐞 Bug Fixes
- Don't collect tests several times for the same file in different projects - by Vladimir Sheremet (daf97)
- Fix workspace with root
vite.config.ts
- by Hiroshi Ogawa in #322 (6eb9a) - Ignore dot folders by default - by Vladimir Sheremet (6e15b)
- Correctly report errors if vitest failed to resolve - by Vladimir Sheremet (c0606)
View changes on GitHub
v0.5.9
v0.5.8
🐞 Bug Fixes
- Don't start ws connection - by @sheremet-va (78a2e)
- Refresh package.json state when installing a new version - by @sheremet-va (3c3f4)
- Collect tests when the vscode is opened with a visible test file - by @sheremet-va (12069)
- Correctly track continuous requests - by @sheremet-va in #315 (d7290)
View changes on GitHub
v0.5.7
🐞 Bug Fixes
- Set env vars
TEST
,VITEST
, andNODE_ENV
- by @hi-ogawa in #309 (80b29) - Don't show the error twice - by @sheremet-va (f05a7)
- Correctly resolve folder id - by @sheremet-va (204d1)
View changes on GitHub
v0.5.6
🐞 Bug Fixes
- Don't queue folders since they are queued automatically - by @sheremet-va (9b489)
- Run correct profile if several profiles are created - by @sheremet-va (881b3)
- Do not create a separate Vitest instance if vitest config overrides vite config - by @sheremet-va (01488)
View changes on GitHub
v0.5.5
🐞 Bug Fixes
- Show errors during collection - by @sheremet-va (44204)
- Show task errors during collection - by @sheremet-va (78681)
- Enqueue test items - by @sheremet-va (ac19e)
- Correctly delete test from the tree when all tests are removed - by @sheremet-va (2d2c5)
- Improve recursive delete when file is removed - by @sheremet-va (3b526)
- Support the same file in different projects - by @sheremet-va (1cea5)
View changes on GitHub
v0.5.4
🚀 Features
- Add a warning when multiple config files found - by @sheremet-va (2fac4)
🐞 Bug Fixes
- Rebuild the extension if vitest.workspace is changed - by @sheremet-va (ecedd)
- Strip ansi from test results - by @sheremet-va (27068)
- Create only a single watcher if multiple configs are in the same folder - by @sheremet-va (ed617)
- Provide process.env when spawning Vitest API - by @sheremet-va (b4b59)
- Disable warning in a workspace folder config, not in the root config - by @sheremet-va (fe2d1)
View changes on GitHub
v0.5.2
🐞 Bug Fixes
- Correctly resolve Vitest that uses workspace feature - by @sheremet-va (29831)