Replies: 1 comment
-
I am afraid that it's not possible to do that with the current extension architecture. You need a workspace folder for every config file. Feel free to create an issue, it should be possible to rewrite that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cant get a vitest workspace to work with our type of folder structure. Any help would be appreciated!
My project structure looks like that:
All these projects can also be opened individually and are self contained (its no monorepo).
My vscode.workspace.ts looks like that:
In my vs-code workspace
projects.code-workspace
Ive defined all projects like that:Now the vitest extensions crashes with
If I add the root folder to vscode it seems to work.
Is there some way to make this work without adding the root folder to my vs code workspace?
Beta Was this translation helpful? Give feedback.
All reactions