Merge branch 'main' into joao/table

This commit is contained in:
Alex Ross
2021-02-19 11:20:50 +01:00
committed by GitHub
318 changed files with 8891 additions and 3641 deletions

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