mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
Give saveAsExcel its own config options (#20647)
Co-authored-by: Ben Russell <russellben@microsoft.com>
This commit is contained in:
@@ -12,6 +12,9 @@ export interface IQueryEditorConfiguration {
|
||||
readonly textIdentifier: string,
|
||||
readonly encoding: string
|
||||
},
|
||||
readonly saveAsExcel: {
|
||||
readonly includeHeaders: boolean,
|
||||
},
|
||||
readonly saveAsXml: {
|
||||
readonly formatted: boolean,
|
||||
readonly encoding: string
|
||||
|
||||
Reference in New Issue
Block a user