VS Code uses 13% CPU when idle due to blinking cursor rendering
1–10 of 801 posts
Re: VS Code uses 13% CPU when idle due to blinking cursor rendering
#2Workaround:
"editor.cursorBlinking": "solid"Re: VS Code uses 13% CPU when idle due to blinking cursor rendering
#3TL;DR: It seems to be a problem in Chromium, the relevant CSS (one second change) results in a 60hz animation cycle. Workaround: "editor.cursorBlinking": "solid"
Re: VS Code uses 13% CPU when idle due to blinking cursor rendering
#4Re: VS Code uses 13% CPU when idle due to blinking cursor rendering
#5Re: VS Code uses 13% CPU when idle due to blinking cursor rendering
#6Re: VS Code uses 13% CPU when idle due to blinking cursor rendering
#7TL;DR: It seems to be a problem in Chromium, the relevant CSS (one second change) results in a 60hz animation cycle. Workaround: "editor.cursorBlinking": "solid"
Sure maybe you can get smarter and realize that all animations run at 2 hz and then also only check at 2 hz, but it seems the root problem here is an entirely different one.
Re: VS Code uses 13% CPU when idle due to blinking cursor rendering
#8TL;DR: It seems to be a problem in Chromium, the relevant CSS (one second change) results in a 60hz animation cycle. Workaround: "editor.cursorBlinking": "solid"
You think this is gonna be fixed in Chromium, fixed in VSCode, or working-as-designed?