From e767f68f8996dd2d126035f1bcb381d471ab174b Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Thu, 14 Feb 2019 17:47:36 -0800 Subject: [PATCH] Move New Notebook to the connection node in MSSQL server OE connections (#4053) --- extensions/notebook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index 4b6d14a85e..f317acde2c 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -95,7 +95,7 @@ "objectExplorer/item/context": [ { "command": "notebook.command.new", - "when": "connectionProvider == MSSQL && nodeType == dataservices", + "when": "connectionProvider == MSSQL && nodeType == Server", "group": "1root@1" }, {