Finalize tree checkbox API (#185846)

* Finalize tree checkbox API
Fixes #116141

* Remove TODO
This commit is contained in:
Alex Ross
2023-06-22 15:28:11 +02:00
committed by GitHub
parent 42457bdb9f
commit f5fccbdfe8
6 changed files with 76 additions and 98 deletions

View File

@@ -1462,7 +1462,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ThemeColor: extHostTypes.ThemeColor,
ThemeIcon: extHostTypes.ThemeIcon,
TreeItem: extHostTypes.TreeItem,
TreeItem2: extHostTypes.TreeItem,
TreeItemCheckboxState: extHostTypes.TreeItemCheckboxState,
TreeItemCollapsibleState: extHostTypes.TreeItemCollapsibleState,
TypeHierarchyItem: extHostTypes.TypeHierarchyItem,