-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vetur can't find tsconfig.json or jsconfig.json #2765
Comments
Thanks, I had seen that but missed the crucial line about the VS Code setting! |
Is this file still required for V3? I could not find anything on: https://v3.vuejs.org/. Sorry.. |
It is also needed in vue3. Not related to the Vue version. |
thanks👍 |
vetur only scan your project root folder , please restart vscode and make sure the root folder include |
Vetur: Restart VLS
Info
Problem
I have a VS Code workspace with many projects, one is the Vue frontend and all the others are backend services running .Net Core. On loading VS Code, I get dozens of messages about Vetur not being able to find tsconfig.json or jsconfig.json relating to the .Net Core services which obviously won't have those files. How can I stop Vetur showing these messages without adding any Vetur config files to those projects? They are not frontend projects so shouldn't be littered with frontend related config files. Thanks in advance!
Reproducible Case
The text was updated successfully, but these errors were encountered: