New
v1.40.0
🚀 Features
- Add the ability to define env variables for use when debugging - by @Alanoll in https://github.com/vitest-dev/vscode/issues/697 (565b7)
- Show reporters output - by @sheremet-va in https://github.com/vitest-dev/vscode/issues/720 (65dee)
- Support "copy" button and print the cause - by @sheremet-va in https://github.com/vitest-dev/vscode/issues/721 (7fb5a)
🐞 Bug Fixes
- Ignore workspace in v4 and don't crash when reading package.json - by @sheremet-va in https://github.com/vitest-dev/vscode/issues/722 (9ac15)
- Track test file after it's created - by @sheremet-va in https://github.com/vitest-dev/vscode/issues/723 (ef41d)
- Move import breakdown if code moves - by @sheremet-va