diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index 9f56dd9731..7d3d5b79a4 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -430,12 +430,6 @@ "when": "false" } ], - "notebooks/title": [ - { - "command": "notebook.command.createBook", - "group": "secondary" - } - ], "touchBar": [ { "command": "notebook.command.runactivecell", @@ -536,6 +530,10 @@ { "command": "notebook.command.openRemoteBook", "when": "view == bookTreeView" + }, + { + "command": "notebook.command.createBook", + "when": "view == bookTreeView" } ], "notebook/toolbar": [