-
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
Can't create IntelliSense client for <filename> #4605
Comments
Which version of the extension does the issue occur on? Can you share the following 2 logs:
|
In regards to issue 2: VS Code Insiders is invoking Find All References when Ctrl+Click (or go to def) is invoked on the definition itself. There's a thread at microsoft/vscode#73081 . |
ah, falling back to Peek References may work for other language but for the C/C++ it gives a pretty horrible experience as it out of nowhere locks up all intellisense ! :( |
https://pasteboard.co/IH4Ekzg.png @michelleangela here are my logs, if you'd like to see C/C++ Log Diagnostics output: The problematic project is on my github page; the problematic file has no read/write permission issues on my computer. VSCode: 1.40.1 |
I'm also always seeing the |
Ok. For the signal things, defining |
This should be fixed in the latest version of the extension. Please let us know if you continue to have problems with this. Thank you! |
Hi I am seeing these errors/warning a lot, pretty much for every file in my project lately.
There are two issues:
1.
The filename has no special character or anything. This happens in both my Linux box and Windows box.
What might be happening ?
The text was updated successfully, but these errors were encountered: