Selaa lähdekoodia

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

geequlim 5 vuotta sitten
vanhempi
commit
e804eebfe5
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      modules/gdscript/language_server/lsp.hpp

+ 0 - 2
modules/gdscript/language_server/lsp.hpp

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