File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/vs/platform/terminal/node Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,6 @@ async function detectAvailableWindowsProfiles(
103
103
source : ProfileSource . GitBash ,
104
104
isAutoDetected : true
105
105
} ) ;
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
- } ) ;
114
106
detectedProfiles . set ( 'Command Prompt' , {
115
107
path : `${ system32Path } \\cmd.exe` ,
116
108
icon : Codicon . terminalCmd ,
@@ -215,7 +207,6 @@ async function initializeWindowsProfiles(testPwshSourcePaths?: string[]): Promis
215
207
`${ process . env [ 'ProgramFiles(X86)' ] } \\Git\\usr\\bin\\bash.exe` ,
216
208
`${ process . env [ 'LocalAppData' ] } \\Programs\\Git\\bin\\bash.exe` ,
217
209
`${ 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`
219
210
] ,
220
211
args : [ '--login' ]
221
212
} ) ;
You can’t perform that action at this time.
0 commit comments