chore(lsp): update lspower to 0.8.4 (#9663)

Co-authored-by: hvithrafn <hvithrafn@users.noreply.github.com>
This commit is contained in:
hvithrafn 2021-03-02 21:32:10 -07:00 committed by GitHub
parent f9c8f98968
commit 79e2e6a1f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 80 deletions

View file

@ -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(),