make 'editor/title/run'-menu generally available

This commit is contained in:
Johannes Rieken
2021-02-17 17:44:54 +01:00
parent 83d540c4bf
commit ab84845737

View File

@@ -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',