Skip to content

VS2022 F# Interactive output pane interspersing empty lines at random on large text output #18064

Open
@smoothdeveloper

Description

@smoothdeveloper

I noticed the F# Interactive output pane in VS 2022 intersperses empty line randomly:

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.

Image

Visual Studio 2022 17.12.0 preview 5.0

It makes it cumbersome to work with the textual output of this pane in VS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-VS-FSIVS window and commands for F# InteractiveBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.help wanted

    Type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions