code review - change from object array to number tuples. Move to proposed api

This commit is contained in:
Sandeep Somavarapu
2018-10-22 16:50:37 +02:00
parent b1e6a681ed
commit 90052ff8c4
6 changed files with 42 additions and 26 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,