mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
SQL Bindings - Adds Views support for Create Azure Function with SQL Binding (#19894)
* add views logic * add views tests * address PR and Figma comments * add ObjectType Enum to be used as a parameter * add comment
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"view/item/context": [
|
||||
{
|
||||
"command": "sqlBindings.createAzureFunction",
|
||||
"when": "view == objectExplorer && viewItem == Table",
|
||||
"when": "view == objectExplorer && (viewItem == Table || viewItem == View)",
|
||||
"group": "zAzure_Function@1"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user