Skip to content

Commit

Permalink
chore(lsp): update lspower to 0.8.4 (denoland#9663)
Browse files Browse the repository at this point in the history
Co-authored-by: hvithrafn <[email protected]>
  • Loading branch information
silvanshade and hvithrafn committed Mar 3, 2021
1 parent f9c8f98 commit 79e2e6a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 80 deletions.
101 changes: 22 additions & 79 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions cli/lsp/capabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 79e2e6a

Please sign in to comment.