Releases: vitest-dev/vscode
Releases · vitest-dev/vscode
v1.45.0
🚨 Breaking Changes
- Do not keep persistent process by default - by @sheremet-va in #743 (52fad)
View changes on GitHub
v1.44.2
v1.44.1
🐞 Bug Fixes
- Kill any vitest process if cancel is clicked - by @sheremet-va in #734 (fac77)
View changes on GitHub
v1.44.0
🚀 Features
- Remove
experimentalStaticAstCollectfrom Vitest 3 support - by @sheremet-va in #733 (371c8)
🐞 Bug Fixes
- Display report in Vitest <4 - by @sheremet-va in #731 (ad349)
- Suggest local package manager - by @sheremet-va in #730 (35221)
- Resolve vitest in yarn pnp on windows - by @sheremet-va in #732 (60442)
View changes on GitHub
v1.42.1
🐞 Bug Fixes
- Enable import durations in Vitest 4.1 beta - by @sheremet-va (bd3fc)
- Allow custom
execArgv- by @sheremet-va in #727 (0ef7e) - Use the deprecated field to support Vitest 2 - by @sheremet-va (ed2ef)
View changes on GitHub
v1.42.0
🚀 Features
- Support tags in Vitest 4.1 - by @sheremet-va in #724 (c0db0)
🐞 Bug Fixes
- Strip ansi from inline logs - by @sheremet-va (ea3a3)
- windows: Can debug if tests are on a different drive - by @sheremet-va (dea7d)
View changes on GitHub
v1.40.1
v1.40.0
🚀 Features
- Add the ability to define env variables for use when debugging - by @Alanoll in #697 (565b7)
- Show reporters output - by @sheremet-va in #720 (65dee)
- Support "copy" button and print the cause - by @sheremet-va in #721 (7fb5a)
🐞 Bug Fixes
- Ignore workspace in v4 and don't crash when reading package.json - by @sheremet-va in #722 (9ac15)
- Track test file after it's created - by @sheremet-va in #723 (ef41d)
- Move import breakdown if code moves - by @sheremet-va (87e08)
View changes on GitHub
v1.38.1
🐞 Bug Fixes
- Update configSearchPatternExclude default config to exclude 'vendor' directory (part 2) - by @jnoordsij in #711 (01c35)
- Set webRoot on browser debugging launch configuration so breakpoints work as expected - by @Alanoll in #713 (0e17e)
View changes on GitHub
v1.38.0
🚀 Features
- Add setting to control inline console logs during test debugging - by @Copilot and sheremet-va in #700 (ff6e4)
🐞 Bug Fixes
- Update
configSearchPatternExcludedefault config to exclude 'vendor' directory - by @jnoordsij in #696 (1eadd) - Enable Browser Debug when using project configurations - by @Alanoll in #702 (42c87)
- Prevent a deadlock waiting for browser debugger to attach - by @Alanoll in #704 (dd77e)