Microsoft/vscode
Ver no GitHubSets LANG environment variable to wrong value
Open
#173.749 aberto em 8 de fev. de 2023
bughelp wantedl10n-platformmacosmitigated
Métricas do repositório
- Stars
- (74.848 stars)
- Métricas de merge de PR
- (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.75.0
- OS Version: macOS 13.1
Steps to Reproduce:
- Launch VS Code.
- Open a new integrated terminal.
- Enter the command
echo $LANG - Observe that the value of the
LANGenvironment variable is wrong; in my case,en_US.UTF-8even though it is correctlyen_GB.UTF-8elsewhere on my system (for example in the Terminal app).
Note, the same or a very similar issue was reported back in October 2016.