vscode-clangd
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?
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:
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.
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".