We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ba701 commit f6fda31Copy full SHA for f6fda31
crates/pgt_lsp/src/capabilities.rs
@@ -37,7 +37,7 @@ pub(crate) fn server_capabilities(capabilities: &ClientCapabilities) -> ServerCa
37
// The request is used to get more information about a simple CompletionItem.
38
resolve_provider: None,
39
40
- trigger_characters: Some(vec![".".to_owned(), ",".to_owned(), " ".to_owned()]),
+ trigger_characters: Some(vec![".".to_owned(), " ".to_owned()]),
41
42
// No character will lead to automatically inserting the selected completion-item
43
all_commit_characters: None,
0 commit comments