vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
744 stars 84 forks source link

feat: spawn a separate process when debugging #376

Closed sheremet-va closed 5 months ago

sheremet-va commented 5 months ago

Fixes #374 Fixes #375 Fixes #358

sheremet-va commented 5 months ago

Works weirdly well except the status is not updated in the "Test Results" tab for some reason - when running the second time, the previous test run is updated. So release the new debugger now, and follow up with the UI fix later.