mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
#26948 Fix the TreeItemCollapsibleState ext host type
This commit is contained in:
@@ -1276,6 +1276,7 @@ export enum ProgressLocation {
|
||||
}
|
||||
|
||||
export enum TreeItemCollapsibleState {
|
||||
None = 0,
|
||||
Collapsed = 1,
|
||||
Expanded = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user