Replies: 1 comment 2 replies
-
Thanks @hartvon for the report. I would need a bit more context in order to fix this. What was the entry in the compilation database? And what was the original compiler call? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello,
I encountered a problem when parsing compile_commands.json with clangd:
Unknown key: ""rebuild""
. After I manually removed the "rebuild" field in json file, clangd was able to parse it correctly.clangd version: v18.1.3
clangd VS Code extension version: v0.1.33
bear version: v3.0.20
I wonder if the versions are incompatible. I couldn't find any version compatibility information between bear and clangd.
Beta Was this translation helpful? Give feedback.
All reactions