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
commit 217a72062d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
},