File tree 1 file changed +4
-0
lines changed
src/test/common/terminals/shellDetectors
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,11 @@ suite('Shell Detectors', () => {
33
33
shellPathsAndIdentification . set ( 'c:\\windows\\system32\\wsl.exe' , TerminalShellType . wsl ) ;
34
34
shellPathsAndIdentification . set ( 'c:\\windows\\system32\\gitbash.exe' , TerminalShellType . gitbash ) ;
35
35
shellPathsAndIdentification . set ( '/usr/bin/bash' , TerminalShellType . bash ) ;
36
+ shellPathsAndIdentification . set ( 'c:\\cygwin\\bin\\bash.exe' , TerminalShellType . bash ) ;
37
+ shellPathsAndIdentification . set ( 'c:\\cygwin64\\bin\\bash.exe' , TerminalShellType . bash ) ;
36
38
shellPathsAndIdentification . set ( '/usr/bin/zsh' , TerminalShellType . zsh ) ;
39
+ shellPathsAndIdentification . set ( 'c:\\cygwin\\bin\\zsh.exe' , TerminalShellType . zsh ) ;
40
+ shellPathsAndIdentification . set ( 'c:\\cygwin64\\bin\\zsh.exe' , TerminalShellType . zsh ) ;
37
41
shellPathsAndIdentification . set ( '/usr/bin/ksh' , TerminalShellType . ksh ) ;
38
42
shellPathsAndIdentification . set ( 'c:\\windows\\system32\\powershell.exe' , TerminalShellType . powershell ) ;
39
43
shellPathsAndIdentification . set ( 'c:\\windows\\system32\\pwsh.exe' , TerminalShellType . powershellCore ) ;
You can’t perform that action at this time.
0 commit comments