mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Fix access to query editor configuration (#11321)
* fix access to query editor configuration * fix configuration type * fix setting type
This commit is contained in:
@@ -341,7 +341,7 @@ const queryEditorConfiguration: IConfigurationNode = {
|
||||
'default': 'utf-8'
|
||||
},
|
||||
'queryEditor.results.saveAsXml.formatted': {
|
||||
'type': 'string',
|
||||
'type': 'boolean',
|
||||
'description': localize('queryEditor.results.saveAsXml.formatted', "When true, XML output will be formatted when saving results as XML"),
|
||||
'default': true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user