I'm trying to set Windows Terminal to launch mintty.exe with the setting bellow. However, when opening a new bash session, it opens mintty in a new window and not inside a Windows Terminal tab.
{
"guid": "{3C0F968A-D8F8-437A-A41C-439293E22EBB}",
"hidden": false,
"name": "Mintty",
"commandline": "C:\\cygwin64\\bin\\mintty.exe -i /Cygwin-Terminal.ico -",
"icon": "C:\\cygwin64\\Cygwin-Terminal.ico"
}