Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getLangEnvVariable fallback to en_US.UTF-8 too early without checking locale -a #110366

Closed
soiamsoNG opened this issue Nov 11, 2020 · 4 comments
Closed
Assignees
Labels
feature-request Request for new features or functionality terminal Integrated terminal issues

Comments

@soiamsoNG
Copy link

soiamsoNG commented Nov 11, 2020

  • VSCode Version: 1.51.0 fcac248
  • OS Version: Linux x64 5.8.18-300.fc33.x86_64

Steps to Reproduce:

  1. use terminal in container with default LANG=POSIX setting
  2. getLangEnvVariable fallback to en_US.UTF-8 without checking locale -a and incorrect set LANG
    in my case locale -a just support below 3. it actually have utf-8 locale in this system.

C
C.UTF-8
POSIX

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

@meganrogge meganrogge added bug Issue identified by VS Code Team member as probable bug terminal Integrated terminal issues feature-request Request for new features or functionality and removed bug Issue identified by VS Code Team member as probable bug labels Nov 11, 2020
@jorgelaranjo
Copy link

jorgelaranjo commented Nov 12, 2020

This is a fresh new bug and widespread https://www.reddit.com/r/vscode/comments/jsdwvl/issues_with_internal_terminal_locale/
Also reported #110322

@github-actions github-actions bot locked and limited conversation to collaborators Feb 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

4 participants
@jorgelaranjo @soiamsoNG @meganrogge and others