Hi everyone,
I have vscode-with-extensions
(unstable) on environment.systemPackages
, with the extensions being installed manually from the extensions bar.
I got the following problem with cpptools:
[Error - 16:59:51] cpptools client: couldn't create connection to server.
Launching server using command /home/davide/.vscode/extensions/ms-vscode.cpptools-1.12.4-linux-x64/bin/cpptools failed. Error: spawn /home/davide/.vscode/extensions/ms-vscode.cpptools-1.12.4-linux-x64/bin/cpptools ENOENT
and the following with clangd:
[Error - 17:11:30] Clang Language Server client: couldn't create connection to server.
Launching server using command /home/davide/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/15.0.0/clangd_15.0.0/bin/clangd failed. Error: spawn /home/davide/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/15.0.0/clangd_15.0.0/bin/clangd ENOENT
In other words, no c++ tool seems to work.
EDIT the two filed actually exist, but if I try to execute them from the terminal I get no such file or directory.
Thank you
Davide