Skip to content

Commit 02be96f

Browse files
committed
remove unreachable code
1 parent ad7b31d commit 02be96f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vs/workbench/contrib/debug/node/terminals.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ export function prepareCommand(args: DebugProtocol.RunInTerminalRequestArguments
9090
shellType = ShellType.cmd;
9191
} else if (shell.indexOf('bash') >= 0) {
9292
shellType = ShellType.bash;
93-
} else if (shell.indexOf('git\\bin\\bash.exe') >= 0) {
94-
shellType = ShellType.bash;
9593
}
9694

9795
let quote: (s: string) => string;

0 commit comments

Comments
 (0)