add create book entry point to the bookTreeView (#15902)

This commit is contained in:
Barbara Valdez
2021-07-07 14:17:30 -07:00
committed by GitHub
parent f8c4d332bb
commit 9a8c9041df

View File

@@ -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": [