提交 cb373957 编写于 作者: J Joao Moreno

fixes #13297

上级 3987bcc2
......@@ -236,9 +236,8 @@ export class Git {
options.stdio = ['ignore', null, null]; // Unless provided, ignore stdin and leave default streams for stdout and stderr
}
options.env = assign({}, options.env || {});
options.env = assign(options.env, this.env);
options.env = assign(options.env, {
options.env = assign({}, options.env || {}, this.env, {
LANG: 'en_US.UTF-8',
VSCODE_GIT_REQUEST_ID: UUIDv4().asHex(),
MONACO_GIT_COMMAND: args[0]
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册