Я обычно использую git-bash.exe в Windows 10, но код Visual Studio, похоже, использует bash.exe.bash.exe кажется очень ограниченным: (
Я пытаюсь либо сделать bash.exe более полезным, либо запустить git-bash.exe в терминале в нижней части экрана.
Есть предложения?
// this opens the terminal window at the bottom of code
// but as I said, seems limited.
{
"shell": "C:\\Program Files\\Git\\bin\\bash.exe",
"label": "Git bash"
}
// the problem with this is it opens a new window when
// run and I would prefer it be at the bottom.
{
"shell": "C:\\Program Files\\Git\\git-bash.exe",
"label": "Git bash"
},