mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Insert sql binding into Azure function quick pick (#16553)
* initial quick pick * move constants * remove commented code for now * addressing comments * update name * update name in other places * remove azure functions from name and rename file
This commit is contained in:
@@ -153,6 +153,10 @@
|
||||
"command": "sqlDatabaseProjects.changeTargetPlatform",
|
||||
"title": "%sqlDatabaseProjects.changeTargetPlatform%",
|
||||
"category": "%sqlDatabaseProjects.displayName%"
|
||||
},
|
||||
{
|
||||
"command": "sqlDatabaseProjects.addSqlBinding",
|
||||
"title": "%sqlDatabaseProjects.addSqlBinding%"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
@@ -246,6 +250,10 @@
|
||||
{
|
||||
"command": "sqlDatabaseProjects.changeTargetPlatform",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "sqlDatabaseProjects.addSqlBinding",
|
||||
"when": "editorLangId == csharp && !azdataAvailable"
|
||||
}
|
||||
],
|
||||
"view/item/context": [
|
||||
|
||||
Reference in New Issue
Block a user