mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Refactor vscode-mssql sql bindings logic to sql bindings ext (#18725)
* wip for refactor of mssql to sql-bindings * remove STS dependency * work to bring function over and setup with vscodeMsql APIs * copy typings from vscode-mssql
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"displayName": "SQL Bindings",
|
||||
"description": "Enables users to develop and publish Azure Functions with Azure SQL bindings",
|
||||
"sqlBindings.addSqlBinding": "Add SQL Binding (preview)"
|
||||
"sqlBindings.addSqlBinding": "Add SQL Binding (preview)",
|
||||
"sqlBindings.createAzureFunction": "Create Azure Function with SQL binding"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user