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