Remove completion triggers for ',' and '(' which may conflict with signature helper
This commit is contained in:
parent
d901d5993b
commit
e804eebfe5
1 changed files with 0 additions and 2 deletions
|
|
@ -330,8 +330,6 @@ struct CompletionOptions {
|
|||
triggerCharacters.push_back("$");
|
||||
triggerCharacters.push_back("'");
|
||||
triggerCharacters.push_back("\"");
|
||||
triggerCharacters.push_back("(");
|
||||
triggerCharacters.push_back(",");
|
||||
}
|
||||
|
||||
Dictionary to_json() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue