Remove completion triggers for ',' and '(' which may conflict with signature helper
This commit is contained in:
parent
d901d5993b
commit
e804eebfe5
@ -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…
Reference in New Issue
Block a user