-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Patch configuring the display language #4598
Comments
Didn't mean to close this! |
code-asher
added
bug
Something isn't working
and removed
enhancement
Some improvement that isn't a feature
labels
Dec 17, 2021
We used to patch this before. @code-asher patched this previously and will push up his patch. That's a good place to look. It will be on his fork here. |
Linked above, note that you need to make a full build to test. |
code-asher
added a commit
to coder/vscode
that referenced
this issue
Dec 23, 2021
Fixed via coder/vscode#34 |
code-asher
added a commit
to code-asher/code-server
that referenced
this issue
Jan 4, 2022
Fixes coder#4598 Fixes coder#4620 Fixes coder#4600
Merged
code-asher
added a commit
that referenced
this issue
Jan 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously, we supported the ability to configure the Display Language. As a result of switching to VS Code's upstream server, we have lost this feature with the 4.0.0 upgrade.
Does it work upstream?
Apparently, no. If you go to vscode.dev and try to install a language pack, you get the following error messages:
Same with Codespaces
How did it work before in code-server?
I believe we had to patch it to get it to work. We can investigate readding the patch, or even submitting a patch upstream to get this functionality both in code-server and vscode.dev/Codespaces
The text was updated successfully, but these errors were encountered: