Volar high CPU utilization
As soon as Volar is enabled it immediately starts using very high CPU. This is not an issue unless I'm on my laptop and it will very quickly drain the battery. Regardless of what I'm doing if VS code is open it will pin the CPU and also high memory usage. Makes it extremely difficult to do Vue development while using a laptop.
I've tried enabling volar.lowPowerMode although it either doesn't appear to be doing anything or I've not set it in the right place.
Workspace VSCode settings: `{ "folders": [ { "path": ".." } ], "settings": { "volar.format.initialIndent": {
"html": true
},
"volar.lowPowerMode": true,
},
}`
Visual Studio Version: 1.81.1 (Universal) Electron: 22.3.18 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin arm64 22.3.0
Takeover mode did not help. I've also just disabled the Volar TS plugin and just using the regular one to ensure that was not causing the issue. Thanks
I'm experiencing the same issue on my M2
VSCode Version: 1.82.2 (Universal) Electron: 25.8.1 ElectronBuildId: 23779380 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin arm64 22.5.0
Try upgrading to 1.8.18, does this help?
I've upgraded to 1.8.18 reloaded and still continuously runs in the background at 70%-95% CPU.
Also upgraded VSCode:
Version: 1.83.0 Commit: e7e037083ff4455cf320e344325dacb480062c3c Date: 2023-10-03T16:13:10.518Z Electron: 25.8.4 ElectronBuildId: 24154031 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin arm64 22.3.0
Unfortunately also with version v1.8.21 I still have the same issue. CPU utilization >80% and hovering over function names just results in a tooltip that is stuck at loading...
I have this problem too. Is there any solution?
I have this problem too.
Please check if this issue has been resolved in version 2.x. If not, feel free to create a new one.