Issues with Language Server when vue file is not open initially #5037
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
🔨 p3-minor-bug
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: