2121 "source=claude_config,target=/home/vscode/.claude,type=volume",
2222 "source=codex_config,target=/home/vscode/.codex,type=volume"
2323 ],
24- "name": "devcontainer.json ",
24+ "name": "java-example ",
2525 "postCreateCommand": "bash .devcontainer/install.sh",
2626 "postStartCommand": "sudo chown -R vscode:vscode /home/vscode/.claude*"
2727}
@@ -68,7 +68,7 @@ curl -sL -o cfr.jar 'https://www.benf.org/other/cfr/cfr-0.152.jar'
6868 "source=claude_config,target=/home/vscode/.claude,type=volume",
6969 "source=codex_config,target=/home/vscode/.codex,type=volume"
7070 ],
71- "name": "devcontainer.json ",
71+ "name": "python-example ",
7272 "postAttachCommand": "pip install -r ${containerWorkspaceFolder}/requirements.txt",
7373 "postCreateCommand": "bash .devcontainer/install.sh",
7474 "postStartCommand": "sudo chown -R vscode:vscode /home/vscode/.claude*"
@@ -92,7 +92,7 @@ sudo apt install -y --no-install-recommends ansible
9292 "source=claude_config,target=/home/vscode/.claude,type=volume",
9393 "source=codex_config,target=/home/vscode/.codex,type=volume"
9494 ],
95- "name": "devcontainer.json ",
95+ "name": "rust-example ",
9696 "postCreateCommand": "bash .devcontainer/install.sh",
9797 "postStartCommand": "sudo chown -R vscode:vscode /home/vscode/.claude*"
9898}
0 commit comments