Merge pull request #3310 from ddworken/main

Isolate devcontainer mounts using ${devcontainerId}
This commit is contained in:
Robert Boyce
2025-07-10 15:26:42 -07:00
committed by GitHub

View File

@@ -38,8 +38,8 @@
}, },
"remoteUser": "node", "remoteUser": "node",
"mounts": [ "mounts": [
"source=claude-code-bashhistory,target=/commandhistory,type=volume", "source=claude-code-bashhistory-${devcontainerId},target=/commandhistory,type=volume",
"source=claude-code-config,target=/home/node/.claude,type=volume" "source=claude-code-config-${devcontainerId},target=/home/node/.claude,type=volume"
], ],
"remoteEnv": { "remoteEnv": {
"NODE_OPTIONS": "--max-old-space-size=4096", "NODE_OPTIONS": "--max-old-space-size=4096",