vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.56k stars 373 forks source link

Vue official crashes every time #4266

Open cesargmzdev opened 2 months ago

cesargmzdev commented 2 months ago

Extension continuously crashes and auto restarts, with no intellisense and autocompletions

minyoung90 commented 2 months ago

mee too

yuantongkang commented 2 months ago

me too

anle1222 commented 2 months ago

me too

bosens-China commented 2 months ago

me too

abarke commented 2 months ago

me too Vue - Official v2.0.10 - language server keeps restarting

codymikol commented 2 months ago

Can any of you give more information / logs / configuration / editor ?

abarke commented 2 months ago

Here are the logs with a few things stripped out: ts-server-logs.zip

I solved the problem in the mean time by simply cloning the project into a new folder. Now everything works.

------------------------------
- Operating System: Windows_NT
- Node Version:     v18.15.0
- Nuxt Version:     3.7.1
- CLI Version:      3.9.1
- Nitro Version:    2.7.0
- Package Manager:  pnpm@8.15.5
- Builder:          -
- User Config:      ssr, css, modules, ionic, vite, nitro
- Runtime Modules:  @nuxtjs/ionic@0.12.1, nuxt-electron@0.6.0
- Build Modules:    -
------------------------------

Context: It started happening around the same time I updated the volar extension and added some new dependencies. Ah the other thing I tried was upgrading pnpm from v8.12.5 to v9.x.x that broke the electron build so I had to revert to v8.12.5, remove node_modules then reinstall everything again using pnpm install.