mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add Notebook <-> SQL convert (#11590)
* Add Notebook <-> SQL convert * Update STS
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
"mssql.disabled": "Disabled",
|
||||
"mssql.enabled": "Enabled",
|
||||
|
||||
"mssql.exportNotebookToSql": "Export Notebook as SQL",
|
||||
"mssql.exportSqlAsNotebook": "Export SQL as Notebook",
|
||||
"mssql.configuration.title": "MSSQL configuration",
|
||||
"mssql.query.displayBitAsNumber": "Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'",
|
||||
"mssql.query.maxXmlCharsToStore": "Number of XML characters to store after running a query",
|
||||
|
||||
Reference in New Issue
Block a user