mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Merge branch 'main' into joao/table
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',
|
||||
@@ -167,6 +166,12 @@ const apiMenus: IAPIMenu[] = [
|
||||
description: localize('notebook.cell.title', "The contributed notebook cell title menu"),
|
||||
proposed: true
|
||||
},
|
||||
{
|
||||
key: 'testing/item/context',
|
||||
id: MenuId.TestItem,
|
||||
description: localize('testing.item.title', "The contributed test item menu"),
|
||||
proposed: true
|
||||
},
|
||||
{
|
||||
key: 'extension/context',
|
||||
id: MenuId.ExtensionContext,
|
||||
|
||||
Reference in New Issue
Block a user