diff options
Diffstat (limited to '.devcontainer/x86-64/devcontainer.json')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index ebfe64d..dc70596 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -20,5 +20,10 @@ }, "containerEnv": { "DEBUGINFOD_URLS": "NOSUCHURL" + }, + "remoteEnv": { + "LANG": "en_US.UTF-8", + "LC_ALL": "en_US.UTF-8", + "TERM": "xterm-256color" } }
\ No newline at end of file |
