#30535 expand and collapse events

This commit is contained in:
Sandeep Somavarapu
2018-05-15 16:11:37 +02:00
parent 005666c43e
commit 43ac4e244f
5 changed files with 47 additions and 2 deletions

View File

@@ -575,6 +575,7 @@ export interface ExtHostDocumentsAndEditorsShape {
export interface ExtHostTreeViewsShape {
$getChildren(treeViewId: string, treeItemHandle?: string): TPromise<ITreeItem[]>;
$setExpanded(treeViewId: string, treeItemHandle: string, expanded: boolean): void;
}
export interface ExtHostWorkspaceShape {