We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1258c14 commit 4e84b3fCopy full SHA for 4e84b3f
.devcontainer/devcontainer.json
@@ -5,7 +5,8 @@
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
7
"features": {
8
- "ghcr.io/va-h/devcontainers-features/uv:1": {}
+ "ghcr.io/va-h/devcontainers-features/uv:1": {},
9
+ "ghcr.io/anthropics/devcontainer-features/claude-code:1.0.5": {}
10
},
11
12
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments