-
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
intelliSense broken #8887
Comments
I appear to have the same or similar issue. None of the C/C++ extension commands work. For example: The whole extension is completely unusable. Insider version: Tried switching the release version. Still got the same problem: |
Tried uninstalling and re-installing. Still failing in the same way. So the C/C++ extension is completely broken as it doesn't load. |
Hi @SmileGobo @BillDenton . Could look in the |
I'm not certain this issue has been addressed, but there will be a couple of fixes in 1.9.1 that might address this. 1.9.1 should be available 'really soon'. |
@Colengms In my .vscode\extensions\ms-vscode.cpptools-1.9.0 in .vsixmanifest: Checking in the Log (Extension Host) today I also noticed another error from a different extension: ....
[2022-02-23 09:05:53.340] [exthost] [error] [ms-vscode.cpptools] provider FAILED I recently installed the AWK extension (beaglefoot.awk-ide-vscode). Could that be causing the problem? I'll try uninstalling it. |
Hi @BillDenton @SmileGobo . 1.9.1 has been released. Could you check if this issue is still reproducible with 1.9.1? |
In my VS Code, cpptools can't use it with clangd(because of the Intelli Sense Engine setting)
|
@xjrjyy As far as I can tell the Microsoft C/C++ extension is mutually exclusive with clangd extension. As the Microsoft extension wasn't starting I tried the clangd extension (after disabling the Microsoft extension). |
@Colengms Hi! I'm make full reinstall code and plugins pack, but have same problem. Answer on your request |
It sounds like this issue was addressed with 1.9.1. :) Closing. |
Bug type: General
vscode:
Version: 1.64.2 (user setup)
Commit: f80445acd5a3dadef24aa209168452a3d97cc326
Date: 2022-02-09T22:02:28.252Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 6.1.7601
C/C++ Extension Version: v1.8.4 (1.8.2)
cmake tools: v1.9.2
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
Expected behavior
intelliSense not work, autocomplete not work, navigate not work
Additional context
Error on extension console
The text was updated successfully, but these errors were encountered: