提交 66642ecf 编写于 作者: R Ramya Achutha Rao

Enable hiding of built-in extensions sections

上级 c73fade2
......@@ -220,7 +220,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
location: ViewLocation.Extensions,
ctor: BuiltInExtensionsView,
when: ContextKeyExpr.has('searchBuiltInExtensions'),
weight: 100
weight: 100,
canToggleVisibility: true
};
}
......@@ -231,7 +232,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
location: ViewLocation.Extensions,
ctor: BuiltInThemesExtensionsView,
when: ContextKeyExpr.has('searchBuiltInExtensions'),
weight: 100
weight: 100,
canToggleVisibility: true
};
}
......@@ -242,7 +244,8 @@ export class ExtensionsViewlet extends PersistentViewsViewlet implements IExtens
location: ViewLocation.Extensions,
ctor: BuiltInBasicsExtensionsView,
when: ContextKeyExpr.has('searchBuiltInExtensions'),
weight: 100
weight: 100,
canToggleVisibility: true
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册