Merge pull request #3938 from toshitanaa/fix-devcontainer-env-vars

fix: Use containerEnv for environment variables in devcontainer.json
This commit is contained in:
ant-kurt 2025-07-28 18:02:07 -07:00 committed by GitHub
commit 40251280cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@
"source=claude-code-bashhistory-${devcontainerId},target=/commandhistory,type=volume",
"source=claude-code-config-${devcontainerId},target=/home/node/.claude,type=volume"
],
"remoteEnv": {
"containerEnv": {
"NODE_OPTIONS": "--max-old-space-size=4096",
"CLAUDE_CONFIG_DIR": "/home/node/.claude",
"POWERLEVEL9K_DISABLE_GITSTATUS": "true"