mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix the select box issue (#9508)
* Fix the select box issue * map => forEach * Fix tests and a product issue * Maybe another potential fix * Fix a few more issues * Change backendValue to value * localization * Use Array.isArray
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
|
||||
"title.showLogFile": "Show Log File",
|
||||
|
||||
"mssql.disabled": "Disabled",
|
||||
"mssql.enabled": "Enabled",
|
||||
|
||||
"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