You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository demonstrate an issue in the VsDebugConsole belong to Visual Studio 2022, with Windows Terminal set to use the Windows Host Console and the console using Virtual Terminal Sequences and Alternate Screen Buffer.
The issue occurs when start the application, maximize the window and then restore. Instead the buffer size having the same size as window size it stay with the maximized size, forcing the box drawing outside the visible window.
If we resize the window first at start and then maximize and restore, the buffer size is updated correctly.
Running with cmd.exe or conhost.exe the issue does not occur, so it seems to be related to the VsDebugConsole.
Running with wsl.exe also have a similar bug but draw differently. If we resize the window first at start and then maximize and restore, the buffer size is updated correctly.
Running with gnome-terminal the issue does not occur, so it seems to be related to the wsl.exe console.
About
Demonstrate VsDebugConsole issue on restore window after maximized.