mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Correct LC_ALL. Resolves #26227
This commit is contained in:
@@ -386,7 +386,7 @@ export class Git {
|
||||
|
||||
options.env = assign({}, process.env, this.env, options.env || {}, {
|
||||
VSCODE_GIT_COMMAND: args[0],
|
||||
LC_ALL: 'en_US',
|
||||
LC_ALL: 'en_US.UTF-8',
|
||||
LANG: 'en_US.UTF-8'
|
||||
});
|
||||
|
||||
@@ -954,4 +954,4 @@ export class Repository {
|
||||
|
||||
return { hash: match[1], message: match[2] };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user