mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add new notebook to OE server context menu (#3892)
This commit is contained in:
@@ -55,6 +55,13 @@
|
|||||||
{
|
{
|
||||||
"command": "notebook.command.open"
|
"command": "notebook.command.open"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"objectExplorer/item/context": [
|
||||||
|
{
|
||||||
|
"command": "notebook.command.new",
|
||||||
|
"when": "connectionProvider == MSSQL && nodeType && nodeType == Server",
|
||||||
|
"group": "1root@1"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"keybindings": [
|
"keybindings": [
|
||||||
|
|||||||
Reference in New Issue
Block a user