vscode-clangd icon indicating copy to clipboard operation
vscode-clangd copied to clipboard

Clangd identifies the link directory as red

Open dingzhou-beck opened this issue 1 year ago • 2 comments

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:

1704426364560

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

dingzhou-beck avatar Jan 05 '24 06:01 dingzhou-beck

This is just an artifact of how VSCode renders Markdown in hover popups. It does not indicate any error or problem.

HighCommander4 avatar Jan 05 '24 06:01 HighCommander4

Thanks so much.

dingzhou-beck avatar Jan 05 '24 06:01 dingzhou-beck