Merge branch 'notebook/dev' into main

This commit is contained in:
rebornix
2021-06-17 13:11:46 -07:00
24 changed files with 736 additions and 116 deletions

View File

@@ -184,18 +184,24 @@ const apiMenus: IAPIMenu[] = [
description: localize('notebook.toolbar', "The contributed notebook toolbar menu"),
proposed: true
},
{
key: 'notebook/toolbar/right',
id: MenuId.NotebookRightToolbar,
description: localize('notebook.toolbar.right', "The contributed notebook right toolbar menu"),
proposed: true
},
{
key: 'notebook/cell/title',
id: MenuId.NotebookCellTitle,
description: localize('notebook.cell.title', "The contributed notebook cell title menu"),
proposed: true
},
{
key: 'interactive/toolbar',
id: MenuId.InteractiveToolbar,
description: localize('interactive.toolbar', "The contributed interactive toolbar menu"),
proposed: true
},
{
key: 'interactive/cell/title',
id: MenuId.InteractiveCellTitle,
description: localize('interactive.cell.title', "The contributed interactive cell title menu"),
proposed: true
},
{
key: 'testing/item/context',
id: MenuId.TestItem,