mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add create book entry point to the bookTreeView (#15902)
This commit is contained in:
@@ -430,12 +430,6 @@
|
|||||||
"when": "false"
|
"when": "false"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"notebooks/title": [
|
|
||||||
{
|
|
||||||
"command": "notebook.command.createBook",
|
|
||||||
"group": "secondary"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"touchBar": [
|
"touchBar": [
|
||||||
{
|
{
|
||||||
"command": "notebook.command.runactivecell",
|
"command": "notebook.command.runactivecell",
|
||||||
@@ -536,6 +530,10 @@
|
|||||||
{
|
{
|
||||||
"command": "notebook.command.openRemoteBook",
|
"command": "notebook.command.openRemoteBook",
|
||||||
"when": "view == bookTreeView"
|
"when": "view == bookTreeView"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "notebook.command.createBook",
|
||||||
|
"when": "view == bookTreeView"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"notebook/toolbar": [
|
"notebook/toolbar": [
|
||||||
|
|||||||
Reference in New Issue
Block a user