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

clangd executable not found when clangd.path is set

Open StMartin81 opened this issue 1 year ago • 4 comments

When I set a path to the clangd executable it doesn't work anymore (the settings were working before). It doesn't matter if I use a relative or absolute path. It only works if the clangd executable can be found on the system path and only the executable name ('clangd') is specified.

I'm guessing that this is caused by a recent change in Visual Studio Code itself. If anyone could confirm this I would create a bug report for Visual Studio Code.

System information Clangd version (from the log, or clangd --version): 18.1.0rc clangd extension version: v0.1.29 Operating system: Windows 11

StMartin81 avatar Jul 15 '24 09:07 StMartin81