You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support '.' as a trigger character
* Add a CompletionsTriggerCharacter type
* Add more trigger characters
* Add another type CompletionsTriggerCharacter
* Update API baselines
/** If the editor is asking for completions because a certain character was typed, and not because the user explicitly requested them, this should be set. */
363
-
triggerCharacter?: string;
365
+
triggerCharacter?: CompletionsTriggerCharacter;
364
366
/** @deprecated Use includeCompletionsForModuleExports */
365
367
includeExternalModuleExports?: boolean;
366
368
/** @deprecated Use includeCompletionsWithInsertText */
/** If the editor is asking for completions because a certain character was typed, and not because the user explicitly requested them, this should be set. */
4544
-
triggerCharacter?: string;
4545
+
triggerCharacter?: CompletionsTriggerCharacter;
4545
4546
/** @deprecated Use includeCompletionsForModuleExports */
4546
4547
includeExternalModuleExports?: boolean;
4547
4548
/** @deprecated Use includeCompletionsWithInsertText */
/** If the editor is asking for completions because a certain character was typed, and not because the user explicitly requested them, this should be set. */
4544
-
triggerCharacter?: string;
4545
+
triggerCharacter?: CompletionsTriggerCharacter;
4545
4546
/** @deprecated Use includeCompletionsForModuleExports */
4546
4547
includeExternalModuleExports?: boolean;
4547
4548
/** @deprecated Use includeCompletionsWithInsertText */
0 commit comments