diff options
author | hvithrafn <darinmorrison@gmail.com> | 2021-03-02 21:32:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 15:32:10 +1100 |
commit | 79e2e6a1f47b9d24abab14cfd69376d825b52e03 (patch) | |
tree | cfcd43cffd18ebbf4f961143861b9979069eba16 /cli | |
parent | f9c8f9896853adf707f52f7eaf00eeffd32f638e (diff) |
chore(lsp): update lspower to 0.8.4 (#9663)
Co-authored-by: hvithrafn <hvithrafn@users.noreply.github.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/lsp/capabilities.rs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 824891cce..751979263 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -56,7 +56,7 @@ jsonc-parser = "0.15.1" lazy_static = "1.4.0" libc = "0.2.86" log = { version = "0.4.14", features = ["serde"] } -lspower = "=0.6.1" +lspower = "0.8.4" notify = "5.0.0-pre.4" percent-encoding = "2.1.0" pin-project = "1.0.5" diff --git a/cli/lsp/capabilities.rs b/cli/lsp/capabilities.rs index fb16db88b..be318e7f3 100644 --- a/cli/lsp/capabilities.rs +++ b/cli/lsp/capabilities.rs @@ -55,6 +55,7 @@ pub fn server_capabilities( )), hover_provider: Some(HoverProviderCapability::Simple(true)), completion_provider: Some(CompletionOptions { + all_commit_characters: None, trigger_characters: Some(vec![ ".".to_string(), "\"".to_string(), |