-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac M1 - Electron process high CPU #329
Comments
|
Hello, sorry for the delay.
Here a screenshot: The CPU usage increases more and more after time as you can see: Whereas here the process info:
Let me know if you need other info and thanks for your help. |
I don't know if you have access to the output pane when VS Code is frozen (I assume the extension host process is frozen, not the UI), but if possible:
Some more questions to help me figure out the cause:
|
Hi, I think the problem is with VSC, i'm not the only one as you can see here. |
It looks like they did some upgrades and reverts regarding Electron between 1.64 and 1.65.2 which I assume lead to the issue. Something similar happened in #239 where an Electron upgrade resulted in certain algorithms crashing the extension host when used. Since the high CPU usage in your case only happens when you start a SSH connections, it might be something very similar. You can actually try adding the I'll be closing this ticket for now. If something changes and it looks like the extension's fault again, or there's a quick fix I can implement (e.g. disabling certain ciphers/algorithms), feel free to comment and reopen this ticket. |
Hello, we find out what's causing this issue.
|
Hi,
I don't know why but when I use this plugin on my mac book air m1 I noticed that the electron process uses over the 100% of the CPU.
What kind of information can I give you to debug this behavior?
Thanks
The text was updated successfully, but these errors were encountered: