We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Visual Studio 2022 17.12.0 preview 5.0
It makes it cumbersome to work with the textual output of this pane in VS.
The text was updated successfully, but these errors were encountered:
Does not happen in plain "dotnet fsi", is produced by VS-FSI.
Sorry, something went wrong.
No branches or pull requests
I noticed the F# Interactive output pane in VS 2022 intersperses empty line randomly:
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.
The text was updated successfully, but these errors were encountered: