Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccls support is broken #3808

Closed
ettom opened this issue Jan 22, 2021 · 3 comments
Closed

ccls support is broken #3808

ettom opened this issue Jan 22, 2021 · 3 comments

Comments

@ettom
Copy link

ettom commented Jan 22, 2021

Configuration

PlatformIO Version (platformio --version):
PlatformIO Core, version 5.0.4

Description of problem

Starting with 5.0.4, ccls support is broken for --ide vim (possibly others), no language server related features seem to be working. It seems that the problem is the first line of the generated .ccls file. It's now the full path to the used compiler, however according to ccls documentation, it should contain the name of a compiler driver - either clang or clang++. This was changed in 32181d1.

@ivankravets
Copy link
Member

Please re-test with pio upgrade --dev. Does it work now?

@ettom
Copy link
Author

ettom commented Jan 23, 2021

Yes, it works now. Thank you!

@ivankravets
Copy link
Member

Thanks that reported!

Happy coding with PlatformIO!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants