You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it didn't work , vetur still scanned the entire root directory.
I don't want to use the multi-root function of vscode.
How can I set up so that vetur only scans the project where the file I open is located instead of scanning the entire root directory?
The text was updated successfully, but these errors were encountered:
I have a root folder with many projects in it, including vue3, vue2, node, ts,
when I open vscode, vetur will initialize and take 10 minutes to load all the projects in my folder
and then prompt me "Vetur can' t find
tsconfig.json
orjsconfig.json
"I tried to add vetur.config.js so that it only loads one project to reduce the initialization time
Vetur.config.js in the root folder:
Vetur.config.js in the project:
But it didn't work , vetur still scanned the entire root directory.
I don't want to use the multi-root function of vscode.
How can I set up so that vetur only scans the project where the file I open is located instead of scanning the entire root directory?
The text was updated successfully, but these errors were encountered: