Add a config for copying with trailing line break (#23481)

This commit is contained in:
Hai Cao
2023-06-28 14:34:52 -07:00
committed by GitHub
parent 0f7178f4a0
commit 4869ebab51
9 changed files with 31 additions and 12 deletions

View File

@@ -27,6 +27,7 @@ export interface IQueryEditorConfiguration {
readonly streaming: boolean;
readonly copyIncludeHeaders: boolean;
readonly copyRemoveNewLine: boolean;
readonly skipNewLineAfterTrailingLineBreak: boolean;
readonly optimizedTable: boolean;
readonly inMemoryDataProcessingThreshold: number;
readonly openAfterSave: boolean;