mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
Export to Markdown (#20661)
* Give saveAsExcel its own config options * Wired up correctly * Merge conflicts * PR comments 1 Co-authored-by: Ben Russell <russellben@microsoft.com>
This commit is contained in:
@@ -15,6 +15,11 @@ export interface IQueryEditorConfiguration {
|
||||
readonly saveAsExcel: {
|
||||
readonly includeHeaders: boolean,
|
||||
},
|
||||
readonly saveAsMarkdown: {
|
||||
readonly encoding: string,
|
||||
readonly includeHeaders: boolean,
|
||||
readonly lineSeparator: string,
|
||||
}
|
||||
readonly saveAsXml: {
|
||||
readonly formatted: boolean,
|
||||
readonly encoding: string
|
||||
|
||||
Reference in New Issue
Block a user