I am working on a Nuxt 3 Project. It is happening all the time. In the past, it was working perfectly fine. I never touched any configuration so it is possible it happened after the extension update.
What is expected?
Like before it should work fast, Formating vue templates, and Auto Imports of types and components which was working perfectly fine earlier.
What is actually happening?
Currently, it is taking a lot of time to format the documents sometimes do not format the document, auto import, and ctrl+. suggestions not working if working taking a lot of time. If there is a typescript error and when I fix it it still shows the red squiggly lines if I reload the VS Code window then it disappears.
Vue - Official extension or vue-tsc version
v2.1.6
VSCode version
v1.93.1
Vue version
v3.5.10
TypeScript version
v5.6.2
System Info
package.json dependencies
Steps to reproduce
I am working on a Nuxt 3 Project. It is happening all the time. In the past, it was working perfectly fine. I never touched any configuration so it is possible it happened after the extension update.
What is expected?
Like before it should work fast, Formating vue templates, and Auto Imports of types and components which was working perfectly fine earlier.
What is actually happening?
Currently, it is taking a lot of time to format the documents sometimes do not format the document, auto import, and
ctrl
+.
suggestions not working if working taking a lot of time. If there is a typescript error and when I fix it it still shows the red squiggly lines if I reload the VS Code window then it disappears.Link to minimal reproduction
No response
Any additional comments?
I also use PHP Storm and there the LSP keeps terminating due to the memory exceed. here is the ticket link: https://youtrack.jetbrains.com/issue/WEB-69499