<!-- Please search existing issues to avoid creating duplicates. --> <!-- All extension-specific issues should be created with the `Extension Bug` template. --> - `code-server` version: master - OS Version: 4.20.8-arch1-1-ARCH not having locales can cause unexpected behaviour when working with text that is utf-8 encoded #### Steps to Reproduce 1. docker run -p 8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth 2. open terminal and type `locale -a` see `en_US.UTF-8 is` missing