mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
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:
@@ -40,7 +40,7 @@ export class CommandCenterControl {
|
|||||||
|
|
||||||
const titleToolbar = instantiationService.createInstance(MenuWorkbenchToolBar, this.element, MenuId.CommandCenter, {
|
const titleToolbar = instantiationService.createInstance(MenuWorkbenchToolBar, this.element, MenuId.CommandCenter, {
|
||||||
contextMenu: MenuId.TitleBarContext,
|
contextMenu: MenuId.TitleBarContext,
|
||||||
hiddenItemStrategy: HiddenItemStrategy.Ignore,
|
hiddenItemStrategy: HiddenItemStrategy.NoHide,
|
||||||
toolbarOptions: {
|
toolbarOptions: {
|
||||||
primaryGroup: () => true,
|
primaryGroup: () => true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user