Move New Notebook to the connection node in MSSQL server OE connections (#4053)

This commit is contained in:
Kevin Cunnane
2019-02-14 17:47:36 -08:00
committed by Chris LaFreniere
parent b4d304c21e
commit e767f68f89

View File

@@ -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"
}, },
{ {