-
Notifications
You must be signed in to change notification settings - Fork 19
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
tsconfig is not generated correctly #57
Comments
Stumbled across this while investigating errors in resolving the plugins module when scaffolding a new project with vue-create@2.2.3 Environment:
UPDATE: Just realized that adding
to the include list results in the following error inside the tsconfig.json
|
Facing the same issue as @skaempfer. I've solved it by using the tsconfig used in So far i don't have any issue. |
Just noticed that this seems to have been corrected with the Also I noticed that the previous version not also lead to the described error, but also rendered vue-tsc type-checking incorrect because of the missing include paths. |
Please see the video below. <v- tags are no recognized, autocompletete does not work by default. However, if I use the full class name then autocomplete works for any component, and after that it also works for <v- tags.
It is very easy to reproduce, just create a new vuetify typescript project
yarn create vuetify
then open it in vscode (with vue official plugin installed).Version: 1.90.0
Commit: 6319a0b6210a13408ab1ef44be93444143942ea8
Date: 2024-05-03T07:47:29.201Z
Electron: 28.3.1
ElectronBuildId: undefined
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Linux x64 6.6.30-2-MANJARO
Vue plugin version 2.0.17
334367230-013bc1c9-4580-4847-a595-de001f804082.mp4
If I add this to tsconfig:
then it works.
(This was originally posted here: vuejs/language-tools#4421 )
The text was updated successfully, but these errors were encountered: