Commit 4052b04c authored by Joel Einbinder's avatar Joel Einbinder Committed by Commit Bot

DevTools: Add the command menu to the main menu

Change-Id: Ib45039f33313e2fe950967d6ad2b9d2ee956bf81
Reviewed-on: https://chromium-review.googlesource.com/1199966Reviewed-by: default avatarErik Luo <luoe@chromium.org>
Commit-Queue: Joel Einbinder <einbinder@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589453}
parent dc8462fe
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
{ {
"type": "action", "type": "action",
"actionId": "commandMenu.show", "actionId": "commandMenu.show",
"title": "Run command",
"className": "QuickOpen.CommandMenu.ShowActionDelegate", "className": "QuickOpen.CommandMenu.ShowActionDelegate",
"bindings": [ "bindings": [
{ {
...@@ -26,6 +27,11 @@ ...@@ -26,6 +27,11 @@
} }
] ]
}, },
{
"type": "context-menu-item",
"location": "mainMenu/default",
"actionId": "commandMenu.show"
},
{ {
"type": "action", "type": "action",
"actionId": "quickOpen.show", "actionId": "quickOpen.show",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment