#28974 Introduce place holder icons for nodes without icons

This commit is contained in:
Sandeep Somavarapu
2018-02-09 18:07:23 +01:00
parent 125ac04d1f
commit ea787762db
17 changed files with 498 additions and 380 deletions

View File

@@ -518,8 +518,7 @@ export interface ExtHostDocumentsAndEditorsShape {
}
export interface ExtHostTreeViewsShape {
$getElements(treeViewId: string): TPromise<ITreeItem[]>;
$getChildren(treeViewId: string, treeItemHandle: string): TPromise<ITreeItem[]>;
$getChildren(treeViewId: string, treeItemHandle?: string): TPromise<ITreeItem[]>;
}
export interface ExtHostWorkspaceShape {