Send lsp_types::InitializeParams with Zed version (#7216)
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 K
Kirill Bulatov committed
944a1f8fb0f1d9e65bbcffc8ed064f0f32827828
Parent: 47a1ff7
Committed by GitHub <noreply@github.com>
on 2/1/2024, 4:39:28 PM