Trouble setting up ccls #10070
-
I've been trying to set up ccls for platformio development and I keep having issues with the lsp. If I'm honest, I'm not quite sure if It's the lsp or my helix config that's the problem, but maybe someone has similar issues. This is in my language.toml: [[language]]
name = "c"
file-types = ["c", "h"]
roots = [".ccls"]
language-servers = ["cc-ls"]
[language-server.cc-ls]
command = "ccls" ... which will spit out this error message:
other than
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
-
The .ccls is probably wrong. I made a minimal test to test out ccls:
(and a simple main.c) also got my other Project working:
|
Beta Was this translation helpful? Give feedback.
The .ccls is probably wrong. I made a minimal test to test out ccls:
(and a simple main.c)
in my test it works like expected. I'll try to figure out what's wrong with the autogenerated .ccls.
also got my other Project working: