mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -201,7 +201,7 @@
|
||||
"objectExplorer/item/context": [
|
||||
{
|
||||
"command": "notebook.command.new",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Server",
|
||||
"when": "isQueryProvider && nodeType == Server",
|
||||
"group": "1root@1"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user