Clangd identifies the link directory as red
describe:
The compile_commands.json index file was generated using cmake, and the code jump and display links were correct, but the displayed header links appeared partially red at some points. As the picture shows:
Other methods have been tried, and this problem occurs when the link to the jump contains-version or +version .
How should I fix it? thank you!
Logs
Using --log=verbose has no associated log output.
System information Clangd version :16.0.2 clangd extension version: 0.1.26 Operating system: win10 x64
This is just an artifact of how VSCode renders Markdown in hover popups. It does not indicate any error or problem.
Thanks so much.