We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7b31d commit 02be96fCopy full SHA for 02be96f
1 file changed
src/vs/workbench/contrib/debug/node/terminals.ts
@@ -90,8 +90,6 @@ export function prepareCommand(args: DebugProtocol.RunInTerminalRequestArguments
90
shellType = ShellType.cmd;
91
} else if (shell.indexOf('bash') >= 0) {
92
shellType = ShellType.bash;
93
- } else if (shell.indexOf('git\\bin\\bash.exe') >= 0) {
94
- shellType = ShellType.bash;
95
}
96
97
let quote: (s: string) => string;
0 commit comments