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(
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 } ) ;
You can’t perform that action at this time.
0 commit comments