Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v1.14.3
🐞 Bug Fixes
- Stop test run manually only once even if there are multiple requests - by @sheremet-va (00bcc)
View changes on GitHub
v1.14.2
🐞 Bug Fixes
- Run tests in a queue if "start test" is clicked multiple times - by @sheremet-va (c961c)
View changes on GitHub
v1.14.1
🐞 Bug Fixes
- Fail if
spawn(node)
errors out - by @sheremet-va (04d3c) - workspace: Ignore configs that are covered by the workspace - by @sheremet-va (c17d0)
View changes on GitHub
v1.14.0
🐞 Bug Fixes
- Print stdout/stderr logs, not just console.* - by @sheremet-va (418a3)
View changes on GitHub
v1.13.0
🐞 Bug Fixes
- Run tests in configs that are not part of the workspace - by @sheremet-va (3af37)
- Don't accidentally override the workspace option - by @sheremet-va (05625)
View changes on GitHub
v1.12.1
🐞 Bug Fixes
- Don't end the test run during collection - by @sheremet-va (6ec74)
View changes on GitHub
v1.12.0
🚀 Features
- Introduce
vitest.cliArguments
- by @sheremet-va (29629)
🐞 Bug Fixes
- Emit exit for child_process - by @sheremet-va (d0f5a)
View changes on GitHub
v1.10.7
🐞 Bug Fixes
- debug: Use nodeExecutable for debugging, if specified - by @sheremet-va (edc96)
View changes on GitHub
v1.10.6
🐞 Bug Fixes
- Respect
onTestsRerun
in Vitest 3 - by @sheremet-va (d69ab) - Don't panic when vitest is updated - by @sheremet-va (1905d)
View changes on GitHub
v1.10.5
🐞 Bug Fixes
- Run debugger in terminal shell when shellType is
terminal
- by @sheremet-va (5caef)