Finalize task detail API

Fixes #69785
This commit is contained in:
Alex Ross
2020-08-27 11:07:20 +02:00
parent 0eb11e8f0c
commit 0de8d51904
10 changed files with 15 additions and 18 deletions

View File

@@ -1098,7 +1098,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
SymbolKind: extHostTypes.SymbolKind,
SymbolTag: extHostTypes.SymbolTag,
Task: extHostTypes.Task,
Task2: extHostTypes.Task,
TaskGroup: extHostTypes.TaskGroup,
TaskPanelKind: extHostTypes.TaskPanelKind,
TaskRevealKind: extHostTypes.TaskRevealKind,