zed/crates/proto
Kirill Bulatov 9ce989a704
Tidy up collab-related signature help data (#14377)
Follow-up of https://github.com/zed-industries/zed/pull/12909

* Fully preserve LSP data when sending it via collab, and only strip it
on the client.
* Avoid extra custom request handlers, and extend multi LSP server query
protocol instead.


Release Notes:

- N/A
2024-07-13 04:06:01 +03:00
..
proto Tidy up collab-related signature help data (#14377) 2024-07-13 04:06:01 +03:00
src Extract a BufferStore object from Project (#14037) 2024-07-12 15:25:54 -07:00
build.rs Allow rpc_url to be assigned on Client with test-support feature (#13430) 2024-07-10 13:36:22 -06:00
Cargo.toml Extract a BufferStore object from Project (#14037) 2024-07-12 15:25:54 -07:00
LICENSE-GPL