ZIm/crates/project/src/lsp_store
Kirill Bulatov 01dfb6fa82
Respect server capabilities on queries (#33538)
Closes https://github.com/zed-industries/zed/issues/33522

Turns out a bunch of Zed requests were not checking their capabilities
correctly, due to odd copy-paste and due to default that assumed that
the capabilities are met.

Adjust the code, which includes the document colors, add the test on the
colors case.

Release Notes:

- Fixed excessive document colors requests for unrelated files
2025-06-27 16:31:40 +00:00
..
clangd_ext.rs Fix pull diagnostics on the remote clients (#33028) 2025-06-19 12:48:03 +00:00
lsp_ext_command.rs Respect server capabilities on queries (#33538) 2025-06-27 16:31:40 +00:00
rust_analyzer_ext.rs Add language server control tool into the status bar (#32490) 2025-06-25 19:57:28 +03:00