I tried to integrate MSYS2 shell into Visual studio Code integrated terminal. Here\'s my user settings:
{ \"terminal.integrated.shell.windows\": \"C:\\\\
I got this to work
{ "terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe", "terminal.integrated.shellArgs.windows": ["-lic", "cd $OLDPWD; exec bash"], }