Skip to content

Commit

Permalink
Update .devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 29, 2023
1 parent 2493b06 commit f848fce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ingredients/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
"context": "."
},
"remoteEnv": {
"LANG": "en_US.UTF-8"
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US",
"LC_ALL": "en_US.UTF-8"
},
"containerEnv": {
"LANG": "en_US.UTF-8"
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US",
"LC_ALL": "en_US.UTF-8"
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit f848fce

Please sign in to comment.