mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
feat(lsp): pass client_info on initialization (#4904)
Pass client name ('helix') and client version (version / git hash) to LSP server on initialization.
This commit is contained in:
parent
6798a6651f
commit
8abed3bd78
7 changed files with 32 additions and 24 deletions
|
@ -13,6 +13,7 @@ homepage = "https://helix-editor.com"
|
|||
|
||||
[dependencies]
|
||||
helix-core = { version = "0.6", path = "../helix-core" }
|
||||
helix-loader = { version = "0.6", path = "../helix-loader" }
|
||||
|
||||
anyhow = "1.0"
|
||||
futures-executor = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue