mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add new notebook to OE server context menu (#3892)
This commit is contained in:
@@ -55,6 +55,13 @@
|
||||
{
|
||||
"command": "notebook.command.open"
|
||||
}
|
||||
],
|
||||
"objectExplorer/item/context": [
|
||||
{
|
||||
"command": "notebook.command.new",
|
||||
"when": "connectionProvider == MSSQL && nodeType && nodeType == Server",
|
||||
"group": "1root@1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"keybindings": [
|
||||
@@ -70,4 +77,4 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "8.0.33"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user