未验证 提交 c099823e 编写于 作者: A Andre Weinand 提交者: GitHub

change bogus 'envVars' back to 'env'; fixes #47848

上级 0be188bc
......@@ -193,7 +193,7 @@ export class TerminalLauncher implements ITerminalLauncher {
command += `cd ${quote(args.cwd)} ; `;
}
if (args.env) {
command += 'envVars';
command += 'env';
for (let key in args.env) {
const value = args.env[key];
if (value === null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册