From 9a8c9041dffd39d06e09814e5f468de5ebf9000f Mon Sep 17 00:00:00 2001 From: Barbara Valdez <34872381+barbaravaldez@users.noreply.github.com> Date: Wed, 7 Jul 2021 14:17:30 -0700 Subject: [PATCH] add create book entry point to the bookTreeView (#15902) --- extensions/notebook/package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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": [