I am working with (a customized install of) msys2, and I would like to make it run in the VSCode integrated terminal. However, it doesen't seem to want to run there. Unlike normal msys, it has msys2_shell.bat & msys2_shell.cmd. It seems to always open up a separate shell window, but I don't want this to always happen, I would like to keep it integrated so I can use shortcuts and such. I already tried the -no-start option. Any suggestions?
Thanks!
 
                        
msys2_shell.cmd -no-start -deftermcould work. Other than that, you can invoke Bash directly if you remember to setMSYSTEMand invoke a login shell:C:\msys64\usr\bin\env MSYSTEM=MSYS /usr/bin/bash -liFor more details, see https://www.msys2.org/wiki/Launchers/.