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:
Philipp A.
2026-01-05 11:18:54 +01:00
committed by GitHub
parent 5533614b42
commit bd4ba7b3a6

View File

@@ -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'