Merge pull request #3310 from ddworken/main
Isolate devcontainer mounts using ${devcontainerId}
This commit is contained in:
commit
54a4ed0f5e
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue