Type: LanguageService
Describe the bug
Unable to start the C/C++ language server. IntelliSense features will be disabled. Error: Missing binary at c:\Users\shawn.vscode\extensions\ms-vscode.cpptools-0.26.3\bin\Microsoft.VSCode.CPP.Extension.exe
To Reproduce
Expected behavior
I just want the notification to go away.
Screenshots
Additional context
@SharquiX Based on the error
Unable to start the C/C++ language server. IntelliSense features will be disabled. Error: Missing binary at c:\Users\shawn.vscode\extensions\ms-vscode.cpptools-0.26.3\bin\Microsoft.VSCode.CPP.Extension.exe
the binary of the extension failed to download or install.
Can you try re-installing the extension by doing the following:
c:\Users\shawn.vscode\extensions\ms-vscode.cpptools-0.26.3 is deleted. If it's not deleted, manually delete it.I cannot uninstall it because other extensions depend on it..

My Visual Code version:
Version: 1.43.2 (user setup)
Commit: 0ba0ca52957102ca3527cf479571617f0de6ed50
Date: 2020-03-24T07:38:38.248Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18362
I solved it by:
Let us know if anyone figures out a good way to repro this issue so we could figure out a way to prevent it from happening.
Same problem, deleting the directory and re-installing also worked for me.
Most helpful comment
@SharquiX Based on the error
the binary of the extension failed to download or install.
Can you try re-installing the extension by doing the following:
c:\Users\shawn.vscode\extensions\ms-vscode.cpptools-0.26.3is deleted. If it's not deleted, manually delete it.