Merge pull request #167 from koraktor/patch-1

Start an interactive logon shell for Git Bash
This commit is contained in:
Eugene Pankov 2017-08-07 13:52:54 +02:00 committed by GitHub
commit 6352f22c48

View File

@ -41,6 +41,7 @@ export class GitBashShellProvider extends ShellProvider {
id: 'git-bash',
name: 'Git-Bash',
command: path.join(gitBashPath, 'bin', 'bash.exe'),
args: [ '--login', '-i' ],
env: {
TERM: 'cygwin',
}