Merge pull request #126053 from microsoft/tyriar/126040

Convert TerminalLink to class, add TerminalProfile validation
This commit is contained in:
Daniel Imms
2021-06-15 03:50:23 -07:00
committed by GitHub
3 changed files with 39 additions and 1 deletions

View File

@@ -1252,6 +1252,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TaskPanelKind: extHostTypes.TaskPanelKind,
TaskRevealKind: extHostTypes.TaskRevealKind,
TaskScope: extHostTypes.TaskScope,
TerminalLink: extHostTypes.TerminalLink,
TerminalProfile: extHostTypes.TerminalProfile,
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
TextEdit: extHostTypes.TextEdit,