diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index e36d97759a..a968bc20a6 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -92,9 +92,7 @@ "command": "notebook.command.new", "when": "connectionProvider == MSSQL && nodeType && nodeType == Server", "group": "1root@1" - } - ], - "objectExplorer/item/context": [ + }, { "command": "notebook.command.analyzeNotebook", "when": "nodeType=~/^mssqlCluster/ && nodeLabel=~/[^\\s]+(\\.(csv|tsv|txt))$/ && nodeType == mssqlCluster:file",