vuejs / language-tools

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

[performance]:Increasing dependencies in package.json causes performance issues. #4437

Open zogwosh opened 3 weeks ago

zogwosh commented 3 weeks ago

When I installed dependencies such as NaiveUI and the icon component library, the performance of the language server dropped significantly. Is there a way to solve this problem?

RayGuo-ergou commented 3 weeks ago

You probably include node_modules in your tsconfig.json. Try to exclude that.