swap out menu ids for interactive window

This commit is contained in:
rebornix
2021-06-16 22:20:34 -07:00
parent b95cde5113
commit 4e9f41be6d
11 changed files with 58 additions and 53 deletions

View File

@@ -184,12 +184,6 @@ 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,