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

Show disabled extensions separately and collapsed in default view #27061 #27061

上级 f6e82b7c
......@@ -130,7 +130,7 @@ export class ExtensionsViewletViewsContribution implements IWorkbenchContributio
private createEnabledExtensionsListViewDescriptor(): IViewDescriptor {
return {
id: 'extensions.enabledExtensionsList',
id: 'extensions.enabledExtensions',
name: localize('enabledExtensions', "Enabled"),
container: VIEW_CONTAINER,
ctor: EnabledExtensionsView,
......@@ -143,15 +143,15 @@ export class ExtensionsViewletViewsContribution implements IWorkbenchContributio
private createDisabledExtensionsListViewDescriptor(): IViewDescriptor {
return {
id: 'extensions.disabledExtensionsList',
id: 'extensions.disabledExtensions',
name: localize('disabledExtensions', "Disabled"),
container: VIEW_CONTAINER,
ctor: DisabledExtensionsView,
when: ContextKeyExpr.not('searchExtensions'),
weight: 30,
canToggleVisibility: true,
order: 1,
hideByDefault: true
order: 0,
collapsed: true
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册