I tried debugging a cli app in rust. Running it with any profile for integrated terminal caused it to show incorrect characters for box drawings
It showed "ÔöÇÔöÔÇöÇÔöÇ" instead of "────────────".
Setting chcp.com 65001
as args for integrated terminal profile did fix it for cmd and PowerShell, couldn't get it to work for Git Bash
And when I tried opening it up in external terminal (using Windows Terminal) it always opened up with CMD even though I have a default profile set to Git Bash for both VS Code and Windows Terminal.
Running the program itself manually in windows terminal works as expected.
I tried to debug TUI application in VS Code and expected to show properly.