提交 02be96f5 编写于 作者: A Andre Weinand

remove unreachable code

上级 ad7b31d3
...@@ -90,8 +90,6 @@ export function prepareCommand(args: DebugProtocol.RunInTerminalRequestArguments ...@@ -90,8 +90,6 @@ export function prepareCommand(args: DebugProtocol.RunInTerminalRequestArguments
shellType = ShellType.cmd; shellType = ShellType.cmd;
} else if (shell.indexOf('bash') >= 0) { } else if (shell.indexOf('bash') >= 0) {
shellType = ShellType.bash; shellType = ShellType.bash;
} else if (shell.indexOf('git\\bin\\bash.exe') >= 0) {
shellType = ShellType.bash;
} }
let quote: (s: string) => string; let quote: (s: string) => string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册