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

View File

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