Removed dup OE contribution. The conflict wasn't detected during checkin. (#3906)

This commit is contained in:
Yurong He
2019-02-05 11:36:33 -08:00
committed by GitHub
parent 098c40e9ac
commit 8cf8cefc92

View File

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