Add "NotebookCellExecutePrimary" menu, towards #132057

This commit is contained in:
Rob Lourens
2021-10-21 17:01:04 -07:00
parent a1bc3f5776
commit 21e5f0c8ab
7 changed files with 23 additions and 11 deletions

View File

@@ -193,6 +193,12 @@ const apiMenus: IAPIMenu[] = [
id: MenuId.NotebookCellExecute,
description: localize('notebook.cell.execute', "The contributed notebook cell execution menu")
},
{
key: 'notebook/cell/executePrimary',
id: MenuId.NotebookCellExecutePrimary,
description: localize('notebook.cell.executePrimary', "The contributed primary notebook cell execution button"),
proposed: true
},
{
key: 'interactive/toolbar',
id: MenuId.InteractiveToolbar,