clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
594 stars 97 forks source link

Clangd identifies the link directory as red #578

Open dingzhouL opened 6 months ago

dingzhouL commented 6 months ago

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

HighCommander4 commented 6 months ago

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

dingzhouL commented 6 months ago

Thanks so much.