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
/** 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. */
359
+
triggerCharacter?: string;
359
360
/** @deprecated Use includeCompletionsForModuleExports */
360
361
includeExternalModuleExports?: boolean;
361
362
/** @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. */
4460
+
triggerCharacter?: string;
4460
4461
/** @deprecated Use includeCompletionsForModuleExports */
4461
4462
includeExternalModuleExports?: boolean;
4462
4463
/** @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. */
4460
+
triggerCharacter?: string;
4460
4461
/** @deprecated Use includeCompletionsForModuleExports */
4461
4462
includeExternalModuleExports?: boolean;
4462
4463
/** @deprecated Use includeCompletionsWithInsertText */
0 commit comments