mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
expose the maxCharsToStore setting (#20554)
* add a setting for query execution * comments * fix typo
This commit is contained in:
@@ -167,6 +167,11 @@
|
||||
"default": 2097152,
|
||||
"description": "%mssql.query.maxXmlCharsToStore%"
|
||||
},
|
||||
"mssql.query.maxCharsToStore": {
|
||||
"type": "number",
|
||||
"default": 65535,
|
||||
"description": "%mssql.query.maxCharsToStore%"
|
||||
},
|
||||
"mssql.format.alignColumnDefinitionsInColumns": {
|
||||
"type": "boolean",
|
||||
"description": "%mssql.format.alignColumnDefinitionsInColumns%",
|
||||
|
||||
Reference in New Issue
Block a user