sublimelsp / LSP-clangd

C/C++ support for Sublime's LSP plugin provided through clangd.
MIT License
42 stars 1 forks source link

Link highlight style setting stopped working recently #21

Closed photex closed 10 months ago

photex commented 10 months ago

Hello!

I'm trying to figure whether I've done something wrong, if my theme is doing something wrong, or whether a recent version of LSP-clangd has a refression. I prefer not to have all my include statements underlined, and "link_highlight_style": "none", no longer seems to have any effect. I've set this globally and in my project settings to no avail. I'd really appreciate some advice on how to figure this out.

Thanks!

photex commented 10 months ago

Oh, now I'm also noticing that "show_diagnostics_count_in_view_status": true, is also not having any effect.

rchl commented 10 months ago

Those settings should be set in the LSP and not LSP-clang settings.

If that still doesn't work then post the output of "LSP: Troubleshoot server" command

photex commented 10 months ago

Oh... yes, my apologies. I just restarted sublime, LSP updated, I restarted again and now it's working. Sorry to bother you!