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

No warnings highlight in text/code and on sidebar #541

Open amigo421 opened 8 months ago

amigo421 commented 8 months ago

clangd extension works with ms-cpptools with disabled IntelliSense.

PROBLEMS panel works fine - all clangd warnings are there, as well as other clangd's functionality like navigation

however the warnings from Problems panel are not showed as a highlightings in-place in the code and no markers on scrollbar

any idea how to fix this?

HighCommander4 commented 8 months ago

Could you attach the following please:

amigo421 commented 8 months ago

hey. the issue was solved. there was no something special in the log and I thou that clangd worked well. and looked for the rendering and yes the issue was in non-standard vscode theme, which doesn't show all those markers.

thank you!