Re-add task default API with fixes (#129397)

Part of #79188
This commit is contained in:
Alex Ross
2021-07-26 15:30:46 +02:00
committed by GitHub
parent a707e282ea
commit 3d5b13265d
11 changed files with 176 additions and 110 deletions

View File

@@ -1227,7 +1227,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
SymbolKind: extHostTypes.SymbolKind,
SymbolTag: extHostTypes.SymbolTag,
Task: extHostTypes.Task,
Task2: extHostTypes.Task,
TaskGroup: extHostTypes.TaskGroup,
TaskGroup2: extHostTypes.TaskGroup,
TaskPanelKind: extHostTypes.TaskPanelKind,
TaskRevealKind: extHostTypes.TaskRevealKind,
TaskScope: extHostTypes.TaskScope,