This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Activation Event *
causes ms-vscode.cpptools
to load in every directory
#1478
Labels
fixed-pending-release
Fix is merged and will be included in the next release.
I was encountering extremely high (100%) CPU usage from the ms-vscode.cpptools
cpptools
process and determined that it was due to that extension indexing every single file within my home directory. This would go on continuously, and even after VSCode was closed. I'll be making an issue over there for why the process continued after the VSCode process ended.Since the Arduino extension is set to activate whenever VSCode starts up, and is dependent on the C++ extension, an empty VSCode window with no open project would cause this issue to occur. For this reason I have had to disable the Arduino extension.
Would it be possible to reduce the scope of the activation events to only run when relevant files are found or commands run?
The text was updated successfully, but these errors were encountered: