Don't send notifications or requests until LSP is initialized

This commit is contained in:
Antonio Scandurra 2021-10-25 12:29:28 +02:00
parent 59ed535cdf
commit 7105589904
3 changed files with 71 additions and 19 deletions

View file

@ -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"