Skip to content
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

intellisense_client::shutdown stuck in infinite loop in Microsoft.VSCode.CPP.Extension.exe #2043

Closed
sean-mcmanus opened this issue May 25, 2018 · 2 comments
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service
Milestone

Comments

@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented May 25, 2018

If you notice CPU usage stuck at 100% and intellisense_client::shutdown in on the call stack we have a fix for that.

I'm not sure how common this is because I've never reproed it (a user sent us a dmp). UPDATE: I reproed it later on (unknown steps).

@bobbrow
Copy link
Member

bobbrow commented May 31, 2018

The workaround is to disable recursive includes for your folder.

You can do this by running the "Edit Configurations..." command and removing the /** from the entry in the includePath.

@bobbrow
Copy link
Member

bobbrow commented May 31, 2018

If your workspace folder does not have a c_cpp_properties.json in the .vscode folder, then you can also work around this issue by adding "C_Cpp.default.includePath": [ "${workspaceFolder}" ] to your settings.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service
Projects
None yet
Development

No branches or pull requests

2 participants