Failing test: Revert "Add isDefault to TaskGroup API (#128596)"

This reverts commit 48975dc080.
This commit is contained in:
Alex Ross
2021-07-16 10:16:16 +02:00
parent 5f09d73d6f
commit cbde02b886
10 changed files with 25 additions and 94 deletions

View File

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