Add Claude integration and update mounts in VIO dev container configuration
This commit is contained in:
@@ -14,12 +14,18 @@
|
|||||||
"no_proxy": "localhost,127.0.0.1"
|
"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": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
"llvm-vs-code-extensions.vscode-clangd",
|
"llvm-vs-code-extensions.vscode-clangd",
|
||||||
"twxs.cmake"
|
"twxs.cmake",
|
||||||
|
"anthropic.claude-code"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user