mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Move New Notebook to the connection node in MSSQL server OE connections (#4053)
This commit is contained in:
committed by
Chris LaFreniere
parent
b4d304c21e
commit
e767f68f89
@@ -95,7 +95,7 @@
|
|||||||
"objectExplorer/item/context": [
|
"objectExplorer/item/context": [
|
||||||
{
|
{
|
||||||
"command": "notebook.command.new",
|
"command": "notebook.command.new",
|
||||||
"when": "connectionProvider == MSSQL && nodeType == dataservices",
|
"when": "connectionProvider == MSSQL && nodeType == Server",
|
||||||
"group": "1root@1"
|
"group": "1root@1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user