Don't send notifications or requests until LSP is initialized
This commit is contained in:
parent
59ed535cdf
commit
7105589904
3 changed files with 71 additions and 19 deletions
|
@ -10,6 +10,7 @@ anyhow = "1.0"
|
|||
futures = "0.3"
|
||||
lsp-types = "0.91"
|
||||
parking_lot = "0.11"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["raw_value"] }
|
||||
smol = "1.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue