Add new notebook to OE server context menu (#3892)

This commit is contained in:
Yurong He
2019-02-04 11:25:33 -08:00
committed by GitHub
parent f1c8ec141a
commit 15929e8cf2

View File

@@ -55,6 +55,13 @@
{ {
"command": "notebook.command.open" "command": "notebook.command.open"
} }
],
"objectExplorer/item/context": [
{
"command": "notebook.command.new",
"when": "connectionProvider == MSSQL && nodeType && nodeType == Server",
"group": "1root@1"
}
] ]
}, },
"keybindings": [ "keybindings": [