I tried to use Terminal Plugin for ST3, like that
{
"terminal": "D:/Mega/SOFT/ConEmu/ConEmu.exe",
"parameters": ["C:/Program Files (x86)/Git/bin/sh.exe"]
}
Sh.exe launches, but I can't pass "--login -i" parameters to it.
{
"terminal": "D:/Mega/SOFT/ConEmu/ConEmu.exe",
"parameters": ["C:/Program Files (x86)/Git/bin/sh.exe --login -i"] // not working
}
/cmd {Git bash} and other switches also don't work here