Remove completion triggers for ',' and '(' which may conflict with signature helper

This commit is contained in:
geequlim 2020-01-11 23:51:25 +08:00
parent d901d5993b
commit e804eebfe5

View File

@ -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 {