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

@@ -862,10 +862,6 @@ declare module 'azdata' {
* Whether to include the column headers.
*/
includeHeaders: boolean
/**
* Whether to remove line breaks from the cell value.
*/
removeNewLines: boolean;
/**
* The selected ranges to be copied.
*/