mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
fix: set LANGUAGE for Git (#285410)
* fix: set LANGUAGE for Git --------- Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
This commit is contained in:
@@ -678,6 +678,7 @@ export class Git {
|
||||
|
||||
options.env = assign({}, process.env, this.env, options.env || {}, {
|
||||
VSCODE_GIT_COMMAND: args[0],
|
||||
LANGUAGE: 'en',
|
||||
LC_ALL: 'en_US.UTF-8',
|
||||
LANG: 'en_US.UTF-8',
|
||||
GIT_PAGER: 'cat'
|
||||
|
||||
Reference in New Issue
Block a user