diff --git a/devcontainer/vio/devcontainer.json b/devcontainer/vio/devcontainer.json index ba51579..32623b9 100644 --- a/devcontainer/vio/devcontainer.json +++ b/devcontainer/vio/devcontainer.json @@ -14,12 +14,18 @@ "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": [ "ms-python.python", "llvm-vs-code-extensions.vscode-clangd", - "twxs.cmake" + "twxs.cmake", + "anthropic.claude-code" ] } },