Fix access to query editor configuration (#11321)

* fix access to query editor configuration

* fix configuration type

* fix setting type
This commit is contained in:
Anthony Dresser
2020-07-13 13:05:36 -07:00
committed by GitHub
parent ff979f90d1
commit 286c021df9
6 changed files with 14 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ export interface IQueryEditorConfiguration {
readonly encoding: string
},
readonly saveAsXml: {
readonly formatted: string,
readonly formatted: boolean,
readonly encoding: string
},
readonly streaming: boolean,