Merge pull request #61482 from Microsoft/sandy081/61313

Introduce tree item highlights
This commit is contained in:
Sandeep Somavarapu
2018-10-23 10:18:15 +02:00
committed by GitHub
7 changed files with 171 additions and 41 deletions

View File

@@ -794,6 +794,7 @@ export function createApiFactory(
ThemeColor: extHostTypes.ThemeColor,
ThemeIcon: extHostTypes.ThemeIcon,
TreeItem: extHostTypes.TreeItem,
TreeItem2: extHostTypes.TreeItem,
TreeItemCollapsibleState: extHostTypes.TreeItemCollapsibleState,
Uri: URI,
ViewColumn: extHostTypes.ViewColumn,