From 8cf8cefc925c44446586cd1d323b3dc17132a45e Mon Sep 17 00:00:00 2001 From: Yurong He <43652751+YurongHe@users.noreply.github.com> Date: Tue, 5 Feb 2019 11:36:33 -0800 Subject: [PATCH] Removed dup OE contribution. The conflict wasn't detected during checkin. (#3906) --- extensions/notebook/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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",