mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
944a1f8fb0
Based on the great work in https://github.com/zed-industries/zed/pull/7130 , now sends this data ``` [crates/lsp/src/lsp.rs:588] ClientInfo { name: name.to_string(), version: Some(version.to_string()) } = ClientInfo { name: "Zed Dev", version: Some( "0.122.0", ), } ``` with every LSP server initialization. Release Notes: - Added Zed name and version to LSP InitializeParams requests |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |