-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Add something besides command line option to configure locale #4118
Comments
All we could do is a setting. But it can't be our settings store since this comes in to late. |
I think putting on the backlog is a bit too optimistic, since this is a "breaking change". If I have Windows locale set to German, VS Code always started up in English. Starting with the March release, VS Code will start in German and it has no way to durably disable this behaviour. |
I could argue that it is a feature that was missing :-). I understand your point but I think for the majority of the users the new behavior is correct. The reasons is:
I don't really see why a German would configure the OS to German and want to have VSCode in English. If his English is good enough for VSCode then I guess he would run the OS in English. We can discuss tomorrow in the standup. Given that fixing this requires additional work/features I moved it to the backlog given the 'minor' value I see. |
Accessing our settings from main side is easy, I commented on a duplicate of this one. |
Dups #4170. |
Testing #4018
IMHO, there is a case not covered well enough. e.g.:
The only way to do this now is to use a command line argument.
But especially in Windows, it is unusual to launch a UI app from the command line with arguments. E.g: taskbar, windows start button, double clicking a file associated with VSCode, right click open with VSCode.
I suggest some alternative means to define the locale besides the command line argument.
The text was updated successfully, but these errors were encountered: