Is your feature request related to a problem? Please describe.
When copying from a results grid cell that contains line endings, the pasted result does not preserve the line endings.
Describe the solution or feature you'd like
I'd like a option to preserve line endings from the results grid or not when copying similar to SSMS.
SELECT 'line 1' + CHAR(13) + CHAR(10) + 'line 2' + CHAR(13) + CHAR(10) + 'line 3'
Behaviour I'd like to see

Describe alternatives you've considered
I had to revert back to SQL Server Management Studio when I know I'll be dealing with queries with output containing line endings
Additional context
SSMS setting for context

This setting exists as Sql: Copy Remove New Line

When unchecked it will preserve CR/LF from copied results.
@Charles-Gagnon Thank for pointing that out, in my settings that was ticked. My google-fu missed this!
Most helpful comment
This setting exists as
Sql: Copy Remove New LineWhen unchecked it will preserve CR/LF from copied results.