Integrated clangd not working (Path issue) #4048
Unanswered
iniquitous88
asked this question in
Setup and configuration issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
just had an issue with clangd (C++) not working. I reinstalled Codelite into a path without a space which fixed the error.
Language server config before (not working):
"C:\Program Files\CodeLite\bin\clangd.exe"
--list of arguments
Language server config after (working);
C:\CodeLite\bin\clangd.exe
--list of arguments
Just wanted to let you know in case this can be fixed and if anyone else experiences the issue. On Windows the install path defaults to "C:\Program Files\CodeLite" which has a space in it. Also manually installing clangd into another directory did fix it, but I got typedef definitions mismatches from that which was annoying as well, so I reverted back to the integrated clangd version (from the CodeLite directory).
BR iniq
Beta Was this translation helpful? Give feedback.
All reactions