Skip to content

Commit

Permalink
Merge pull request #160825 from microsoft/dev/mjbvz/1.71.1msrc
Browse files Browse the repository at this point in the history
Apply fixes to 1.71 release
  • Loading branch information
mjbvz authored Sep 13, 2022
2 parents c59f3a0 + e7f30e3 commit a44493a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/vs/platform/terminal/node/terminalProfiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ async function detectAvailableWindowsProfiles(
source: ProfileSource.GitBash,
isAutoDetected: true
});
detectedProfiles.set('Cygwin', {
path: [
`${process.env['HOMEDRIVE']}\\cygwin64\\bin\\bash.exe`,
`${process.env['HOMEDRIVE']}\\cygwin\\bin\\bash.exe`
],
args: ['--login'],
isAutoDetected: true
});
detectedProfiles.set('Command Prompt', {
path: `${system32Path}\\cmd.exe`,
icon: Codicon.terminalCmd,
Expand Down Expand Up @@ -215,7 +207,6 @@ async function initializeWindowsProfiles(testPwshSourcePaths?: string[]): Promis
`${process.env['ProgramFiles(X86)']}\\Git\\usr\\bin\\bash.exe`,
`${process.env['LocalAppData']}\\Programs\\Git\\bin\\bash.exe`,
`${process.env['UserProfile']}\\scoop\\apps\\git-with-openssh\\current\\bin\\bash.exe`,
`${process.env['AllUsersProfile']}\\scoop\\apps\\git-with-openssh\\current\\bin\\bash.exe`
],
args: ['--login']
});
Expand Down

0 comments on commit a44493a

Please sign in to comment.