This commit is contained in:
Sandeep Somavarapu
2017-05-31 12:51:29 +02:00
parent e282c64283
commit 9dea8acdc0
3 changed files with 25 additions and 8 deletions

View File

@@ -535,6 +535,7 @@ export function createApiFactory(
WorkspaceEdit: extHostTypes.WorkspaceEdit,
ProgressLocation: extHostTypes.ProgressLocation,
TreeItemCollapsibleState: extHostTypes.TreeItemCollapsibleState,
TreeItem: extHostTypes.TreeItem,
ThemeColor: extHostTypes.ThemeColor,
// functions
TaskRevealKind: extHostTypes.TaskRevealKind,