I am trying to set the https://github.com/mintty/mintty terminal installed by Cygwin
as the default Visual Studio Code terminal with:
"terminal.integrated.shell.windows": "D:\\Cygwin\\bin\\mintty.exe",
But it opens the Mintty.exe
terminal on a new window, instead of show it as an embedded console.
Related thread I found about it:
You should use "D:\\Cygwin\\bin\\bash.exe" instead of mintty
cheers.