ZIm/crates/project/src/lsp_store
Kirill Bulatov 20a0956fb2
Do not underline unnecessary diagnostics (#31355)
Closes
https://github.com/zed-industries/zed/pull/31229#issuecomment-2906946881

Follow
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnosticTag

> Clients are allowed to render diagnostics with this tag faded out
instead of having an error squiggle.

and do not underline any unnecessary diagnostic at all.

Release Notes:

- Fixed clangd's inactive regions diagnostics excessive highlights
2025-05-24 20:08:46 +00:00
..
clangd_ext.rs Do not underline unnecessary diagnostics (#31355) 2025-05-24 20:08:46 +00:00
lsp_ext_command.rs debugger: Fix up Rust test tasks definitions (#30232) 2025-05-08 14:39:56 +02:00
rust_analyzer_ext.rs Use rust-analyzer's flycheck as source of cargo diagnostics (#29779) 2025-05-02 10:07:51 +03:00