vscode
vscode copied to clipboard
[Unstable] The terminal window output information is cut off when starting debugging for the first time on Mac or Linux
Describe the issue On VSCode Mac/Linux, when create a new console project and then start debugging for the first time, the terminal output is cut off, after selecting the incorrect content, it will be displayed normally. This is an unstable issue but it reproes frequently. This issue doesn't reproduce when start debugging for the second time.
- VS Code Version: stable 1.97.2
- OS Version: M1 Mac Sonoma 14.7.3/Linux Ubuntu 22.04
- C# Dev Kit: v1.17.27(prerelease)
- C#: 2.65.29(prerelease)
Steps to Reproduce:
- Open VSCode
- Create a Console App
- Press F5 to start debugging
- Observe the Terminal windows output
Expected Behavior The Terminal window output information is displayed correctly.