Skip to content

Commit

Permalink
Merge pull request #39674 from njbmartin/patch-1
Browse files Browse the repository at this point in the history
Support current user install of Git Bash
  • Loading branch information
Tyriar authored Dec 12, 2017
2 parents 9b0764b + 4b6a988 commit ceea046
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export class TerminalService extends AbstractTerminalService implements ITermina
`${process.env['ProgramW6432']}\\Git\\usr\\bin\\bash.exe`,
`${process.env['ProgramFiles']}\\Git\\bin\\bash.exe`,
`${process.env['ProgramFiles']}\\Git\\usr\\bin\\bash.exe`,
`${process.env['LocalAppData']}\\Programs\\Git\\bin\\bash.exe`,
]
};
const promises: TPromise<[string, string]>[] = [];
Expand Down

0 comments on commit ceea046

Please sign in to comment.