mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore(lsp): update lspower to 0.8.4 (#9663)
Co-authored-by: hvithrafn <hvithrafn@users.noreply.github.com>
This commit is contained in:
parent
f9c8f98968
commit
79e2e6a1f4
3 changed files with 24 additions and 80 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue