mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Add "NotebookCellExecutePrimary" menu, towards #132057
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user