Display language doesn't persist in code-server v3.11.0 running in Docker container when installing from CLI
See original GitHub issueOS/Web Information
- Web Browser:
- Local OS:
- Remote OS:
- Remote Architecture:
code-server --version
: Version 3.11.0 of Code-Server
Steps to Reproduce
- Add file āargv.jsonā to ā/home/coder/.local/share/code-server/User/ā
- Reload window
- Languague change
- Code of argv.json:
{
"locale": "es"
}
Expected
Change Languague Display
Actual
Not Change Language Display
Logs
Screenshot
Notes
This issue can be reproduced in VS Code: Yes/No
Issue Analytics
- State:
- Created 2 years ago
- Comments:27 (16 by maintainers)
Top Results From Across the Web
Nvidia/cuda doesn't work on Docker Desktop but works on ...
Issue ādocker run --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 ... nvidia-container-cli: initialization error: load library failed:Ā ...
Read more >Installing DSpace - Confluence Mobile - LYRASIS Wiki
The DSpace Backend consists of a Server API ("server" webapp), built on Spring Boot. It is a Java web application. It can be...
Read more >running code-server in the gcp terminal and then connecting ...
Now from code-server running inside the gcp terminal I need to connect to a docker container folder. However code-server does not seem toĀ ......
Read more >Containerizing Visualization Software - ACM Digital Library
Coincidentally, this has had an impact in the HPC and scientific computing community, allowing system maintainers to maintain and install ...
Read more >Package List ā Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. ... objectives, and constraints; a command language for debugging models and analyzing...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was able to replicate with:
Strangely, I donāt get the option to select
es
from the command palette either even though the extension is installed.If I uninstall the extension and re-install then refresh everything works.
I think there is some language bundle generation that happens somewhere that isnāt running when doing things in the CLI but is running when doing things through the UI.
no languagepacks.json found, Itās what causes it not to work !!!
when install language pack manually by UIļ¼the
languagepacks.json
file auto generated at~/.local/share/code-server/
, and language pack works.generate
languagepacks.json
file when execcode-server --install-extension ...
will works, but I donāt know how to realizeā¦