Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
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)
View changes on GitHub
v1.10.4
🐞 Bug Fixes
- Extract MemberExpression from SequenceExpression in getName - by @tsirlucas and @sheremet-va in #577 (aeb21)
View changes on GitHub
v1.10.3
v1.10.2
🐞 Bug Fixes
- Execargv ordering - by @kassemsandarusi in #573 (a1954)
- vitest: Don't override a getteer - by @sheremet-va (da06c)
View changes on GitHub
v1.10.1
v1.10.0
🐞 Bug Fixes
- Disable console interception during debugging - by @sheremet-va (3a9a7)
- Don't show a warning for Vitest 3 - by @sheremet-va (45d13)
- Spawn node directly to run tests avoiding validation - by @sheremet-va in #568 (6d169)
View changes on GitHub
v1.9.0
🐞 Bug Fixes
- Don't show a warning for Vitest 3 - by @sheremet-va (45d13)
- Spawn node directly to run tests avoiding validation - by @sheremet-va in #568 (6d169)
View changes on GitHub
v1.8.5
🐞 Bug Fixes
- Update tests - by @sheremet-va in #559 (af1aa)
- Reset istanbul coverage between runs - by @sheremet-va in #560 (e0308)
View changes on GitHub
v1.8.4
🐞 Bug Fixes
- Node path detection for lazy loading - by @CHC383 in #555 (4f412)
- Report coverage with negative columns - by @sheremet-va in #557 (b6c4b)
- Print report to the terminal if shellType is set to terminal - by @sheremet-va in #553 (8373d)