Files
azuredatastudio/extensions/sql-bindings/package.nls.json
Vasu Bhog 2d1ffeb47c 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
2022-03-14 13:07:27 -07:00

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"
}