Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v1.4.3
🐞 Bug Fixes
- Don't hang when reloading during a test run - by @sheremet-va in #496 (1f9f0)
- Don't enqueue tests that are not part of the changeg file when continues mode triggers a rerun - by @sheremet-va in #498 (3f1cc)
- Ignore tests during browser collection with
runIf
/skipIf
modifier - by @sheremet-va in #497 (a2434) - Render the project name as a description - by @sheremet-va in #499 (b18a5)
- Support test.each filtering in browser mode - by @sheremet-va in #500 (b66b9)
View changes on GitHub
v1.4.2
🐞 Bug Fixes
- Close the rpc when the affected process is closed - by @sheremet-va in #494 (5e352)
View changes on GitHub
v1.4.1
🐞 Bug Fixes
- Avoid dynamic require in the extension - by @sheremet-va (14eed)
- Better pnp.cjs resolution in workspace - by @ha1fstack in #491 (b6a86)
- Don't keep the infinite debugger spinner - by @sheremet-va in #493 (da757)
View changes on GitHub
v1.4.0
🚀 Features
- Allow custom shell via
vitest.shellType
option - by @sheremet-va in #490 (4793f)
🐞 Bug Fixes
- Enqueue tests during collection - by @sheremet-va (aeccf)
View changes on GitHub
v1.2.20
v1.2.19
🐞 Bug Fixes
- Avoid recursion in symlinked folders - by @sheremet-va (6e443)
- Stop the spinner when all tests in a file have finished running - by @sheremet-va (dc681)
View changes on GitHub
v1.2.18
🐞 Bug Fixes
- Correctly resolve default string config values - by @sheremet-va (aaf35)
View changes on GitHub
v1.2.17
🐞 Bug Fixes
- Log watcher ignore, inverse shouldIgnore condition - by @sheremet-va (167a0)
View changes on GitHub
v1.2.16
v1.2.15
No significant changes