mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* 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
7 lines
268 B
JSON
7 lines
268 B
JSON
{
|
|
"displayName": "SQL Bindings",
|
|
"description": "Enables users to develop and publish Azure Functions with Azure SQL bindings",
|
|
"sqlBindings.addSqlBinding": "Add SQL Binding (preview)",
|
|
"sqlBindings.createAzureFunction": "Create Azure Function with SQL binding"
|
|
}
|