-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
Issues with Language Server when vue file is not open initially #5037
Comments
My work-around, when I see that the component tag syntax highlighting has not activated for a .vue file, is to run "Developer: Reload Window" from the command palette. Rather annoying. |
This is an issue that is affecting us as well and it is very annoying especially on bigger projects. We also have this happening even while working on a file and randomly the type acquisition stops working altogether with no apparent error. Reloading the Vue server fixes it, but it's temporary until it happens again. Would be great if this issue was given a higher priority because the language server is rather flaky. I will try to come up with my own repro's these days, but leaving this comment until then. |
We can use |
but it's annoying to have to restart |
Vue - Official extension or vue-tsc version
v2.1.10
VSCode version
1.95.3
Vue version
3.5.13
TypeScript version
5.6.3
System Info
package.json dependencies
Steps to reproduce
npm create vite@latest vue-example2 -- --template vue-ts
and have the VSCode extension Vue - Official installed../src/components/HelloWorld.vue
and restart VSCode./src/components/HelloWorld.vue
the Vue Language Server is in a broken state and doesn't show type information.What is expected?
The Vue Language Server should run regardless of the action order.
What is actually happening?
The Vue Language Server is in a broken state and doesn't show type information.
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: