Use msys2 as integrated shell
VSCode
First, use Everything
to search msys2_shell.cmd
and get the full path. My path is long because I install msys2 by using scoop.
Then, add config to VSCode setting.json file
|
|
Goland
Go to Setting
->Tools
->Terminal
->Shell Path
and use string as follow
|
|
You can also change param -msys2
to -mingw64
which you like.