mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Do not trigger signature help on close
This commit is contained in:
parent
4444192b05
commit
b4c8e5b9e9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub fn server_capabilities() -> ServerCapabilities {
|
|||
work_done_progress_options: WorkDoneProgressOptions { work_done_progress: None },
|
||||
}),
|
||||
signature_help_provider: Some(SignatureHelpOptions {
|
||||
trigger_characters: Some(vec!["(".to_string(), ",".to_string(), ")".to_string()]),
|
||||
trigger_characters: Some(vec!["(".to_string(), ",".to_string()]),
|
||||
retrigger_characters: None,
|
||||
work_done_progress_options: WorkDoneProgressOptions { work_done_progress: None },
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue