CPU ran into 200%+ in VSCode 1.18.0
See original GitHub issue- Click thumbs-up 👍 on this issue if you want it!
- Click confused 😕 on this issue if not having it makes VSCodeVim unusable.
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment:
- VSCode Version: 1.18.0
- VsCodeVim Version: 0.10.2
- OS: macOS 10.13.2 Beta (17C67b)
What happened:
When I upgrade to VSCode 1.18.0 the CPU ran into extreme high, I found it caused by two Code Helper.app
processes. Then I just disabled all extensions, everything is OK. It is clear that this issues is caused by extensions conflicts with VSCode, so I re-enabled each extension to figure out which one caused this situation. Finally I found it is VSCodeVim, I just re-enabled every other extensions everything is OK, but after re-enable VSCodeVim, the CPU went high.
So I don’t know do you guys have the same issue?
What did you expect to happen:
Normal CPU usage.
How to reproduce it:
- Install VSCode 1.18.0
- Install VSCodeVim and enabled it
Issue Analytics
- State:
- Created 6 years ago
- Reactions:98
- Comments:27 (2 by maintainers)
Top Results From Across the Web
Requirements for Visual Studio Code
VS Code is lightweight and should easily run on today's hardware. We recommend: 1.6 GHz or faster processor. 1 GB of RAM.
Read more >Changelog - Cypress Documentation
Fixed an issue with Angular Component Testing where urls within SASS/SCSS files were not being correctly resolved which could result in incomplete styling....
Read more >Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. It is automatically generated based on the packages in this Spack version....
Read more >Visual Studio Code - ArchWiki
Code is a cross-platform text editor developed by Microsoft, built on the Electron framework. Visual Studio Code is a binary distribution of ...
Read more >Code Helper process using more than 100% CPU on macOS
This is most likely an issue with a plugin in VS Code. For me, it was Pyright. How to check? Open Activity Monitor;...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Have the same thing. Arrived at Vim extension by elimination of extensions. Profiled the extension and got this:
Which hints at my customising the status bar colors. Removed my config and everything is normal again!
@nzig that blog post says:
so it looks to me like that’d be of limited use…
FWIW I managed to find a solution to color the status bar item based on its text, using the Customize UI extension:
result: