swap notebook toolbar and editor toolbar.

This commit is contained in:
rebornix
2021-03-18 11:18:56 -07:00
parent 1b52d82871
commit ece0761b33
7 changed files with 137 additions and 10 deletions

View File

@@ -170,6 +170,12 @@ const apiMenus: IAPIMenu[] = [
description: localize('comment.actions', "The contributed comment context menu, rendered as buttons below the comment editor"),
supportsSubmenus: false
},
{
key: 'notebook/toolbar',
id: MenuId.NotebookToolbar,
description: localize('notebook.toolbar', "The contributed notebook toolbar menu"),
proposed: true
},
{
key: 'notebook/cell/title',
id: MenuId.NotebookCellTitle,