Skip to content

Commit 0a65bea

Browse files
authored
allow context menu on command center (microsoft#156614)
fixes microsoft#156512
1 parent 35a17f4 commit 0a65bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/browser/parts/titlebar/commandCenterControl.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ export class CommandCenterControl {
114114
} else {
115115
return createActionViewItem(instantiationService, action, { hoverDelegate });
116116
}
117-
}
117+
},
118+
allowContextMenu: true
118119
});
119120
const menu = this._disposables.add(menuService.createMenu(MenuId.CommandCenter, contextKeyService));
120121
const menuDisposables = this._disposables.add(new DisposableStore());

0 commit comments

Comments
 (0)