diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index c54fe1c24b..4b6d14a85e 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 && nodeType == Server", + "when": "connectionProvider == MSSQL && nodeType == dataservices", "group": "1root@1" }, {