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