mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
add create book entry point to the bookTreeView (#15902)
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user