Add color to ThemeIcon (#106491)

Part of #103120
This commit is contained in:
Alex Ross
2020-09-16 11:20:52 +02:00
committed by GitHub
parent c6cada990b
commit 10c7db89ee
6 changed files with 31 additions and 4 deletions

View File

@@ -1123,6 +1123,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
ThemeColor: extHostTypes.ThemeColor,
ThemeIcon: extHostTypes.ThemeIcon,
ThemeIcon2: extHostTypes.ThemeIcon,
TreeItem: extHostTypes.TreeItem,
TreeItem2: extHostTypes.TreeItem,
TreeItemCollapsibleState: extHostTypes.TreeItemCollapsibleState,