-
Notifications
You must be signed in to change notification settings - Fork 1.6k
C/C++ Intellisense taking too long to start up even with small workspaces #12337
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
Comments
@sagnik-t That doesn't sound expected. Which process is using cpu during this time? With C_Cpp.loggingLevel set to "Debug" what is being output or what is the last output? |
I use the same version of C/C++ Extension Version: 1.20.5, I also found that this version is much slow than the other version even though I don't have the accurate data of performance so far. But you can feel it obviously. |
Hey @sean-mcmanus, this issue might need further attention. @sagnik-t, you can help us out by closing this issue if the problem no longer exists, or adding more information. |
This issue has been closed because it is a duplicate of another issue we are tracking. |
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
The C/C++ intellisense takes about 4-5 minutes to function properly. During this time, proper linting also doesn't work for certain classes such as
vector
.Steps to reproduce:
Expected behavior:
Intellisense shouldn't take this long since the workspace is not very large.
Configuration and Logs
Other Extensions
The issue persists even all other extensions are disabled.
Additional context
No response
The text was updated successfully, but these errors were encountered: