Move TaskGroup isDefault api out of proposed

Part of #79188
This commit is contained in:
Alex Ross
2021-08-16 15:06:34 +02:00
parent 59eac5771b
commit 84a8a567e8
6 changed files with 16 additions and 21 deletions

View File

@@ -1229,9 +1229,7 @@ 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,