CppTools extension burning CPU #8133
fedemartinezdev
started this conversation in
General
Replies: 1 comment
-
When you open a folder for the first time, there is a bit of indexing/parsing of source files that happens so that the language features work. The amount of time it takes depends on the size of your workspace, but you can track the progress by hovering over the database icon in the status bar. If that icon is gone and you continue to see 99% CPU, you should open a bug and we can start an investigation into what is wrong. If you prefer the extension to not use the CPU aggressively, you can change the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has any body notice when opening VSCode the
cpptools
extension starts burning CPU like crazy?Running
htop
shows CPU% 99.9 for a process running from~/.vscode/extensions/ms-vscode.cpptools-1.6.0/bin/cpptools
this is the VSCode version I am using
Beta Was this translation helpful? Give feedback.
All reactions