mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
contribute actions to the toolbar.
This commit is contained in:
@@ -182,6 +182,12 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user