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