mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix sql bindings package.json when menu command (#20056)
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
"view/item/context": [
|
"view/item/context": [
|
||||||
{
|
{
|
||||||
"command": "sqlBindings.createAzureFunction",
|
"command": "sqlBindings.createAzureFunction",
|
||||||
"when": "view == objectExplorer && (viewItem == Table || viewItem == View)",
|
"when": "view == objectExplorer && viewItem =~ /^Table$|^View$/",
|
||||||
"group": "zAzure_Function@1"
|
"group": "zAzure_Function@1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user