zed/crates/language_tools/src
Kirill Bulatov 944a1f8fb0
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
2024-02-01 18:39:28 +02:00
..
language_tools.rs Improve the look of the syntax tree view UI 2023-06-12 15:14:57 -07:00
lsp_log.rs Replace IIFE with maybe! (#6909) 2024-01-27 22:34:37 -05:00
lsp_log_tests.rs Send lsp_types::InitializeParams with Zed version (#7216) 2024-02-01 18:39:28 +02:00
syntax_tree_view.rs Merge branch 'main' into language-api-docs 2024-01-18 15:06:45 -08:00