提交 8606dcc8 编写于 作者: A Andre Weinand

fix regression #68997

上级 fab21729
......@@ -398,7 +398,7 @@ export function prepareCommand(args: DebugProtocol.RunInTerminalRequestArguments
};
if (args.cwd) {
command += `cd ${quote(args.cwd)} && `;
command += `cd ${quote(args.cwd)} ; `;
}
if (args.env) {
command += 'env';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册