-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
CPU usage high and status bar flickers when works with VSCode Vim #153
Comments
Wow, thank you for such a great and explicit example! I'll see if I can figure out how the two extensions are conflicting. Can you try:
and check to see if the High CPU still happens? |
Hi, thanks for replying. After setting And I figure out what the flickering numbers are – in the GIF above, 5 is the warning count of the current file, 19 is the count of all the open files (= 14 + 5). This will only happen when I'm editing normal files (typing, saving, opening, closing...). But once I open the But, after I close the |
Wow, it is acting like something is changing Whenever |
You are right. With Also, it seems Spell Checker is not the only extension that has such conflict with Vim, I found this issue: VSCodeVim/Vim#2124 It should be a problem of VSCode Vim or VSCode@1.18.0, I'm closing this issue, thank you for your help! |
Thank you for reporting this. I am guessing that the Vim extension is changing the If VS Code does not correctly filter out the changes, it will cause the spell checker to re-load all configuration and re-check ALL open files. I think this is fixed in VS Code 1.19: microsoft/vscode#36475 |
Great, waiting for the stable build of 1.19 You are really helpful. 🥇 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi, thank you for your extremely useful extension. This problem happened when I just upgrade several things including VSCode@1.18.0, VSCodeVim@0.10.4
ENV:
macOS Sierra 10.12.6
VSCode@1.18.0
VSCodeVim@0.10.4
Code Spell Checker@1.4.12
In the GIF, the status bar is flickering between these 2 states
Also, the count of spell errors in the red circle will occasionally change from 25 to 39.
It will happen when I disabled all the extensions except Code Spell Checker & VSCodeVim, and the VSCodeVim has enabled
statusBarColorControl
like this:This problem can be solved temporarily by re-save the
settings.json
. Or just disabled thevim.statusBarColorControl
feature.Since it could be a bug of VSCode or VSCodeVim, and the status bar color is unnecessary to me, I just put this issue here in case you or others will find it useful.
The text was updated successfully, but these errors were encountered: