Skip to content

Commit

Permalink
#26948 Fix the TreeItemCollapsibleState ext host type
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed May 29, 2017
1 parent 09d2e42 commit 9ae89e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/api/node/extHostTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ export enum ProgressLocation {
}

export enum TreeItemCollapsibleState {
None = 0,
Collapsed = 1,
Expanded = 2
}
Expand Down

0 comments on commit 9ae89e3

Please sign in to comment.