-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
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
Console.WriteLine() does not result in an empty line anymore. #70962
Comments
@isidorn a regression? |
Should be fixed in latest Similar issue #69535 |
Hi, On a side note, the insider version did not pick up any of my settings (despite that I renamed the .app file / folder to match the normal one before moving it to 'Applications'), which is annoying... |
I can not reproduce this with node. So I would ask you to please file this against C# Please file against C# and they can investigate more from their side if they are doign something special. Thank you |
My mistake. I can reproduce when there is no source linked with the output. Reopening and investigating.... |
The issue here is that we started using dynamic heights for the tree in the debug console. fyi @joaomoreno |
OK, hope it will work properly in the next version! Also, why did you investigate it using console.log()? It's JavaScript code, right? While I was talking about C#'s Console.WriteLine(). I.e. you create a folder somewhere (called e.g. 'console1'), then cd to it in the Terminal, then run 'dotnet new console', then open the resulting project in VS code, change |
Javascript is easier for my personal setup. |
Cool. Thanks! |
@isidorn How to setup for "no source linked with the output"? |
Verified in Python debugger. |
Steps to Reproduce:
(put a call to Console.WriteLine() without arguments between Console.WriteLine() with arguments, so that the behavior is obvious)
Does this issue occur when all extensions are disabled?: N/A (c# extension has to be enabled anyway)
It used to work with previous versions of VS Code and .NET SDK (resulted in proper empty line in the console).
The text was updated successfully, but these errors were encountered: