Convert TerminalLink to class, add TerminalProfile validation

Fixes #126040
This commit is contained in:
Daniel Imms
2021-06-11 07:28:24 -07:00
parent e63eff41c7
commit eb6825e071
3 changed files with 25 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,