Skip to content
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

C# file printing to console is not showing in the debug console when there is no new line #6615

Closed
ayman1988 opened this issue Nov 1, 2023 · 1 comment

Comments

@ayman1988
Copy link

ayman1988 commented Nov 1, 2023

Type: Bug

When using Vs Code Insider...

When printing a file that contains
Console.Write("Hi, this is not showing");
Console.ReadLine();

But When I am printing like this:
Console.WriteLine("This is showing");
Console.ReadLine();

So, when printing with no new line,
And there is an enter any key the output not printing...
The output is not showing in the end...

Extension version: 2.8.23
VS Code version: Code - Insiders 1.84.0-insider (60182c7e1a666961ded4d0319c154f52d85daf30, 2023-10-30T23:41:49.215Z)
OS version: Windows_NT x64 10.0.22621
Modes:

@gregg-miskelly
Copy link
Contributor

Thanks for reporting this issue! The fix for #6598 addresses this as well, so I am resolving it as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants