Proposal TerminalExitStatus

This commit is contained in:
jeanp413
2022-06-22 00:51:33 -05:00
parent d1b4630a50
commit 757c5f54c9
12 changed files with 70 additions and 21 deletions

View File

@@ -1273,6 +1273,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TaskPanelKind: extHostTypes.TaskPanelKind,
TaskRevealKind: extHostTypes.TaskRevealKind,
TaskScope: extHostTypes.TaskScope,
TerminalExitReason: extHostTypes.TerminalExitReason,
TerminalLink: extHostTypes.TerminalLink,
TerminalLocation: extHostTypes.TerminalLocation,
TerminalProfile: extHostTypes.TerminalProfile,