Skip to content

Commit a44493a

Browse files
authored
Merge pull request microsoft#160825 from microsoft/dev/mjbvz/1.71.1msrc
Apply fixes to 1.71 release
2 parents c59f3a0 + e7f30e3 commit a44493a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/vs/platform/terminal/node/terminalProfiles.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ async function detectAvailableWindowsProfiles(
103103
source: ProfileSource.GitBash,
104104
isAutoDetected: true
105105
});
106-
detectedProfiles.set('Cygwin', {
107-
path: [
108-
`${process.env['HOMEDRIVE']}\\cygwin64\\bin\\bash.exe`,
109-
`${process.env['HOMEDRIVE']}\\cygwin\\bin\\bash.exe`
110-
],
111-
args: ['--login'],
112-
isAutoDetected: true
113-
});
114106
detectedProfiles.set('Command Prompt', {
115107
path: `${system32Path}\\cmd.exe`,
116108
icon: Codicon.terminalCmd,
@@ -215,7 +207,6 @@ async function initializeWindowsProfiles(testPwshSourcePaths?: string[]): Promis
215207
`${process.env['ProgramFiles(X86)']}\\Git\\usr\\bin\\bash.exe`,
216208
`${process.env['LocalAppData']}\\Programs\\Git\\bin\\bash.exe`,
217209
`${process.env['UserProfile']}\\scoop\\apps\\git-with-openssh\\current\\bin\\bash.exe`,
218-
`${process.env['AllUsersProfile']}\\scoop\\apps\\git-with-openssh\\current\\bin\\bash.exe`
219210
],
220211
args: ['--login']
221212
});

0 commit comments

Comments
 (0)