#26948 Fix the TreeItemCollapsibleState ext host type

This commit is contained in:
Sandeep Somavarapu
2017-05-29 19:01:14 +02:00
parent 09d2e42619
commit 9ae89e3303

View File

@@ -1276,6 +1276,7 @@ export enum ProgressLocation {
}
export enum TreeItemCollapsibleState {
None = 0,
Collapsed = 1,
Expanded = 2
}