Microsoft/vscode

Sets LANG environment variable to wrong value

Open

#173.749 geöffnet am 8. Feb. 2023

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
bughelp wantedl10n-platformmacosmitigated

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.75.0
  • OS Version: macOS 13.1

Steps to Reproduce:

  1. Launch VS Code.
  2. Open a new integrated terminal.
  3. Enter the command echo $LANG
  4. Observe that the value of the LANG environment variable is wrong; in my case, en_US.UTF-8 even though it is correctly en_GB.UTF-8 elsewhere on my system (for example in the Terminal app).

Note, the same or a very similar issue was reported back in October 2016.

Contributor Guide