mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
make 'editor/title/run'-menu generally available
This commit is contained in:
@@ -46,8 +46,7 @@ const apiMenus: IAPIMenu[] = [
|
||||
{
|
||||
key: 'editor/title/run',
|
||||
id: MenuId.EditorTitleRun,
|
||||
description: localize('menus.editorTitleRun', "Run submenu inside the editor title menu"),
|
||||
proposed: true
|
||||
description: localize('menus.editorTitleRun', "Run submenu inside the editor title menu")
|
||||
},
|
||||
{
|
||||
key: 'editor/context',
|
||||
|
||||
Reference in New Issue
Block a user