🐛 always call git in english

fixes #22355
This commit is contained in:
Joao Moreno
2017-03-24 09:48:39 +01:00
parent 05d1180926
commit 04a4fb0c87

View File

@@ -376,6 +376,7 @@ export class Git {
options.env = assign({}, process.env, options.env || {}, {
VSCODE_GIT_COMMAND: args[0],
LC_ALL: 'en_US',
LANG: 'en_US.UTF-8'
});