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

The logs are messy in Terminal window when debugging a .NET project #3691

Closed
v-ruizh opened this issue Nov 9, 2022 · 1 comment · Fixed by #3859
Closed

The logs are messy in Terminal window when debugging a .NET project #3691

v-ruizh opened this issue Nov 9, 2022 · 1 comment · Fixed by #3859
Milestone

Comments

@v-ruizh
Copy link

v-ruizh commented Nov 9, 2022

OS: Win 10
Build Version: 20221108.4

Repro Steps:

  1. Open a .NET MVC project and add docker files to it in VS Code.
  2. Debug this project with configuration "Docker .NET Core Launch".
  3. Check the logs in Terminal window.

Expect:
The logs are clear and easy to see.

Actual:
The logs are messy in Terminal window.
image

More Info:
This issue can be easily reproduced when debugging the project at the first time.

@bwateratmsft
Copy link
Contributor

I've been able to reproduce this as well. The only solution may be to stop using CustomExecution / pseudoterminals. We are already replacing \n with \r\n in terminal output, so the carriage return issue should not be at fault here.

@dbreshears dbreshears added the P2 label Nov 9, 2022
@dbreshears dbreshears added this to the 1.25.0 milestone Nov 9, 2022
@bwateratmsft bwateratmsft removed the P2 label Mar 9, 2023
@bwateratmsft bwateratmsft removed their assignment Mar 9, 2023
@microsoft microsoft locked and limited conversation to collaborators Apr 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants