Custom clangd? Follow
Answered
Is it possible to specify a custom location for clangd?
I'm running on ARM aarch64 (Raspberry Pi 4 w/Ubuntu), so the provided bin/clang/linux/clangd isn't applicable.
I've tried manually replacing it with clangd from /usr/bin, but that fails with the same error: Failed to initialize server: capabilities are null.
Please sign in to leave a comment.
Note: Apparently CLion uses a customized version of clangd, so I was able to work around the issue by installing qemu. Kind of a kludge, but also amazing.
Hello!
There is no way to select a custom clangd in CLion.
Feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-20128. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.