Refactor VIO dev container configuration: move Claude mounts to vio.yaml and update volume definitions
This commit is contained in:
@@ -14,11 +14,6 @@
|
||||
"no_proxy": "localhost,127.0.0.1"
|
||||
},
|
||||
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}/.claude,target=/root/.claude,type=bind,consistency=cached",
|
||||
"source=${localEnv:HOME}/.claude.json,target=/root/.claude.json,type=bind,consistency=cached"
|
||||
],
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
||||
Reference in New Issue
Block a user