I noticed the F# Interactive output pane in VS 2022 intersperses empty line randomly: ```fsharp for i in 1..10000 do printfn $"\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}" ``` When I copy paste the output into notepad, things seem to work fine, but in the output itself, or pasting to excel, empty lines are indeed there.  Visual Studio 2022 17.12.0 preview 5.0 It makes it cumbersome to work with the textual output of this pane in VS.