diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 58513062..ca703862 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -38,8 +38,8 @@ }, "remoteUser": "node", "mounts": [ - "source=claude-code-bashhistory,target=/commandhistory,type=volume", - "source=claude-code-config,target=/home/node/.claude,type=volume" + "source=claude-code-bashhistory-${devcontainerId},target=/commandhistory,type=volume", + "source=claude-code-config-${devcontainerId},target=/home/node/.claude,type=volume" ], "remoteEnv": { "NODE_OPTIONS": "--max-old-space-size=4096",