-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
VS Code IntelliSense will be lost in new created files #4424
Comments
What's going on with Vue in VSCode? The official extension is unusable. |
@so1ve @johnsoncodehk
Not sure why the tsserver can't find this file. It only works after closing and reopening the file. This error has been bugging me on and off even before version 2.0. Let me know if you need more information. |
Huh, it works if I set |
Created bug report @ vscode - I think they should be aware of the effects of the new default microsoft/vscode#214226 |
thanks. It's work. |
It works on me! |
Fixed by volarjs/volar.js#226. |
IntelliSense is working in existing files:
But when I create a new file (.js or .vue), vscode IntelliSense not working at all:
After disable Vue - Official extension, everything is ok. So I guess that's maybe this extension question.
The text was updated successfully, but these errors were encountered: