Hello, I updated my visual code to 1.33.1, and now I have high cpu usage ~30% (8th generation i5) and intellisense is not working after some minutes, when I start the program.
As I see extension host is responsible for high cpu usage. Is it an extension problem, or visual code?
I had the same issue. In most cases it is caused by some extension. First try to launch it without extensions (extensions menu > ... > disable all installed extensions.
If the problem is gone try reenabling extensions one by one to see which one causes the high cpu usage.
If the high cpu usage still exists then it can be an issue with typescript package cacheing. In that case you have to delete the typescript folder on your computer. For me that was what solved the issue.
just like here issue 72002
Same issue with all extensions disabled - fix from #72002 didn't help. Downgraded to 1.32 and not having problems anymore.
Same here after 1.32 vscode got very very slow and has high cpu usage.
Please follow these instructions to collect performance information. Share the output of code --status
Closing as more information is needed from original poster
Most helpful comment
Same issue with all extensions disabled - fix from #72002 didn't help. Downgraded to 1.32 and not having problems anymore.