-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
C/C++ Intellisense is taking to much time to load in vscode when recursive '**' paths are added in the inludePath property of c_cpp_properties.json file. #13264
Comments
@aashimagautam01 What exactly do you mean by "load time"? |
[Error - 09:18:39] Server initialization failed. [Error - 09:20:43] Server initialization failed. [Error - 09:20:41] Server initialization failed. [Error - 09:20:42] Server initialization failed. |
@shuangmei Can you create a new issue with more repro info? It sounds like there's some problem launching our cpptools process? |
2025-02-13 09:20:52.636 [info] Extension host with pid 11360 started |
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
I'm trying to add custom snippet for c/c++ in my extension. But as my intellisense is taking too much load time due to my include paths, especially recursive '**' symbol(which are mandatory), my custom code snippet is also not loading on time.
How can this be resolved? Or is there a way to create vscode custom snippet which doesn't depend on c/c++ intellisense loadtime and loads independently?
Configuration and Logs
Other Extensions
Extension installed - C/C++ IntelliSense, debugging, and code browsing.
The text was updated successfully, but these errors were encountered: