enable 'New Notebook' entry points for PG SQL (#5194)

* enable 'New Notebook' entry points for PG SQL

* fix comment

* permanent fix for context menu entry point
This commit is contained in:
Alan Ren
2019-04-25 16:23:01 -07:00
committed by GitHub
parent 6528c0817d
commit 705e7b30bc
6 changed files with 23 additions and 8 deletions

View File

@@ -201,7 +201,7 @@
"objectExplorer/item/context": [
{
"command": "notebook.command.new",
"when": "connectionProvider == MSSQL && nodeType == Server",
"when": "isQueryProvider && nodeType == Server",
"group": "1root@1"
},
{