提交 5b05f079 编写于 作者: D Dirk Baeumer

Add zsh.exe

上级 6544b733
......@@ -435,7 +435,7 @@ export class TerminalTaskSystem implements ITaskSystem {
if (!shellSpecified) {
toAdd.push('-Command');
}
} else if (basename === 'bash.exe') {
} else if (basename === 'bash.exe' || basename === 'zsh.exe') {
windowsShellArgs = false;
if (!shellSpecified) {
toAdd.push('-c');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册