mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Fix #36134
This commit is contained in:
@@ -108,7 +108,8 @@ ExtensionsRegistry.registerExtensionPoint<{ [loc: string]: schema.IUserFriendlyV
|
||||
ctor: TreeView,
|
||||
location,
|
||||
when: ContextKeyExpr.deserialize(item.when),
|
||||
canToggleVisibility: true
|
||||
canToggleVisibility: true,
|
||||
collapsed: true
|
||||
};
|
||||
|
||||
// validate
|
||||
|
||||
Reference in New Issue
Block a user