contribute actions to the toolbar.

This commit is contained in:
rebornix
2021-05-18 10:46:01 -07:00
parent bf9f6837d1
commit d501abe922
4 changed files with 60 additions and 7 deletions

View File

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