aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-05-19 16:56:51 +0100
committerkjeremy <[email protected]>2020-05-19 16:56:51 +0100
commit6bf4fc27d923207df36d06da295d815d768f3a0b (patch)
tree7c7e3de3ca91efd1d15b51d8102f5e226c055c7c /Cargo.lock
parent5c1c23ecc7c94fae0948abe8af7a700e42e20921 (diff)
LSP: Two stage initialization
Fills in server information. Derives CodeAction capabilities from the client. If code action literals are unsupported we fall back to the "simple support" which just sends back commands (this is already supported in our config). The difference being that we did not adjust our server capabilities so that if the client was checking for `CodeActionProvider: "true"` in the response that would have failed.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c06236692..5ce35c5b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -658,9 +658,9 @@ dependencies = [
658 658
659[[package]] 659[[package]]
660name = "lsp-server" 660name = "lsp-server"
661version = "0.3.1" 661version = "0.3.2"
662source = "registry+https://github.com/rust-lang/crates.io-index" 662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" 663checksum = "dccec31bfd027ac0dd288a78e19005fd89624d9099456e284b5241316a6c3072"
664dependencies = [ 664dependencies = [
665 "crossbeam-channel", 665 "crossbeam-channel",
666 "log", 666 "log",