ZIm/crates/remote_server/src
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
..
headless_project.rs Add language server control tool into the status bar (#32490) 2025-06-25 19:57:28 +03:00
main.rs Replace environment variable parser with zed --printenv outputting JSON (#32637) 2025-06-13 11:49:15 -04:00
remote_editing_tests.rs Respect server capabilities on queries (#33538) 2025-06-27 16:31:40 +00:00
remote_server.rs Add settings to remote servers, use XDG paths on remote, and enable node LSPs (#19176) 2024-10-15 23:32:44 -07:00
unix.rs Replace async-watch with a custom watch (#32245) 2025-06-06 16:00:09 +00:00