Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vs/workbench/browser/parts/titlebar/commandCenterControl.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vs/workbench/browser/parts/titlebar/commandCenterControl.ts b/src/vs/workbench/browser/parts/titlebar/commandCenterControl.ts
index 25e9213343e..3856e6439a2 100644
--- a/src/vs/workbench/browser/parts/titlebar/commandCenterControl.ts
+++ b/src/vs/workbench/browser/parts/titlebar/commandCenterControl.ts
@@ -114,7 +114,8 @@ export class CommandCenterControl {
} else {
return createActionViewItem(instantiationService, action, { hoverDelegate });
}
- }
+ },
+ allowContextMenu: true
});
const menu = this._disposables.add(menuService.createMenu(MenuId.CommandCenter, contextKeyService));
const menuDisposables = this._disposables.add(new DisposableStore());