vscode-clangd icon indicating copy to clipboard operation
vscode-clangd copied to clipboard

Issue: The '' language server was not found on your path. would you like to download and install clangd 16.0.2?

Open shobhitg opened this issue 2 years ago • 1 comments

I see the following error message:

The '' language server was not found on your path. would you like to download and install clangd 16.0.2?

Looks like this: Screenshot 2023-10-03 at 9 53 43 AM

If I follow the GUI guidance in VSCODE and reinstall clangd, then after reloading vscode I get back to that exact same dialog.

This is from a vscode that is connected to a remote ubuntu (where all the code is) via ssh. Any ideas why this could be? The name clangd is missing within the single quotes.

shobhitg avatar Oct 06 '23 18:10 shobhitg

Not sure what's going wrong here, but note that issues with the auto-install process can be worked around by downloading clangd manually from https://github.com/clangd/clangd/releases and pointing vscode to it using "clangd.path".

HighCommander4 avatar Oct 06 '23 20:10 HighCommander4