Merge pull request #193580 from microsoft/joh/professional-anteater

Make command center not configurable, avoid confusion about double command center entry in context menu
This commit is contained in:
Johannes Rieken
2023-09-20 16:45:26 +02:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ export class CommandCenterControl {
const titleToolbar = instantiationService.createInstance(MenuWorkbenchToolBar, this.element, MenuId.CommandCenter, {
contextMenu: MenuId.TitleBarContext,
hiddenItemStrategy: HiddenItemStrategy.Ignore,
hiddenItemStrategy: HiddenItemStrategy.NoHide,
toolbarOptions: {
primaryGroup: () => true,
},