vitest-dev / vscode

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

Add a button to run related tests #391

Open sheremet-va opened 1 month ago

sheremet-va commented 1 month ago

Clear and concise description of the problem

Similar to Jest's "Run related test" - add a command to run tests related to the current/selected file.

Vitest supports this via related option in the config

Additional context

No response

Validations