Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
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
View changes on GitHub
v1.2.14
🐞 Bug Fixes
- Populate test tree when the new test file is created - by @sheremet-va (6e2f2)
- Resolve the test location correctly on windows if the drive letter mismatches - by @sheremet-va (ab940)
View changes on GitHub
v1.2.13
🐞 Bug Fixes
- Always use same coverage output filename - by @BenShelton in #481 (4ed81)