{ "name": "VIO Dev Container", "dockerComposeFile": [ "vio.yaml" ], "service": "vio-dev-pc", "workspaceFolder": "/workspace", "shutdownAction": "none", "containerEnv": { "http_proxy": "http://host.docker.internal:7897", "https_proxy": "http://host.docker.internal:7897", "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", "anthropic.claude-code" ] } }, "remoteUser": "root" }