vitest-dev / vscode

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

Recommend using `vitest.workspace` if too many `vitest.config` files are found #299

Closed sheremet-va closed 6 months ago

sheremet-va commented 6 months ago

Clear and concise description of the problem

The recommended way to use Vitest in a monorepo is to use Vitest Workspace feature.

Suggested solution

If we find too many vitest config files (3 or more), we should show a notification with a button that creates a workspace file. There should also be a way to disable this notification in case this is a desirable behavior.

Alternative

No response

Additional context

No response

Validations