vitest-dev / vscode

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

Test tree is not updated on file change if continuous run is enabled on another test #330

Closed sheremet-va closed 4 months ago

sheremet-va commented 4 months ago

Describe the bug

When continuous run is enabled on a single file, but we change the name of the test in another file, it doesn't update the name in the tree.

Reproduction

https://github.com/vitest-dev/vscode/tree/main/samples/basic

Output

-

Version

0.5.12

Validations