This commit is contained in:
meganrogge
2022-11-16 14:48:28 -06:00
parent 29856ad6a5
commit 8b69182b4b
2 changed files with 7 additions and 1 deletions

View File

@@ -1306,6 +1306,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TerminalLink: extHostTypes.TerminalLink,
TerminalLocation: extHostTypes.TerminalLocation,
TerminalProfile: extHostTypes.TerminalProfile,
TerminalExitReason: extHostTypes.TerminalExitReason,
TerminalQuickFixType: extHostTypes.TerminalQuickFixType,
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
TextEdit: extHostTypes.TextEdit,
SnippetTextEdit: extHostTypes.SnippetTextEdit,
@@ -1378,7 +1380,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TabInputWebview: extHostTypes.WebviewEditorTabInput,
TabInputTerminal: extHostTypes.TerminalEditorTabInput,
TabInputInteractiveWindow: extHostTypes.InteractiveWindowInput,
TerminalExitReason: extHostTypes.TerminalExitReason,
LogLevel: LogLevel,
EditSessionIdentityMatch: EditSessionIdentityMatch
};