-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Intellisense is working incorrectly for Vue and React projects in 1.41.1 #88161
Comments
I looked through the list of more recent issues and found one more similar issue: #88264: when i try to write code intellisense not showing any suggestions Probably, that's the same case, as long as I had the same error not only in Vue, but in React applications as well. |
Then this is an issue with TypeScript language server, not Vetur. |
Definitely - not Vetur. Because it happen for React applications too. And even for Angular sometimes. I have uninstalled the Vetur extention and the problem did not disappear. It persists in 1.41.1 version only. |
@sborenko Where is your code stored? Somewhere besides the |
On hard disk d: |
Duplicate of microsoft/TypeScript#35512 To workaround this, upgrade your workspace to use |
Okey, thanks. I'll try. |
Steps to Reproduce:
Note, if we open App.vue and type me to add methods property, intellisense works fine:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: