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:
@@ -13,7 +13,7 @@ export interface IQueryEditorConfiguration {
|
||||
readonly encoding: string
|
||||
},
|
||||
readonly saveAsXml: {
|
||||
readonly formatted: string,
|
||||
readonly formatted: boolean,
|
||||
readonly encoding: string
|
||||
},
|
||||
readonly streaming: boolean,
|
||||
|
||||
Reference in New Issue
Block a user