Skip to content

Commit 8648b2c

Browse files
authored
Add claude-code devcontainer feature in base image (#5)
1 parent 87c58e5 commit 8648b2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

images/base/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"ghcr.io/devcontainers/features/node:1": {
1717
"version": "24"
1818
},
19+
"ghcr.io/shokkunrf/devcontainer-features/claude-code:1": {},
1920
"ghcr.io/shokkunrf/devcontainer-features/node-packages:1": {
20-
"packages": "prettier,@anthropic-ai/claude-code,@google/gemini-cli"
21+
"packages": "prettier,@google/gemini-cli"
2122
},
2223
"ghcr.io/shokkunrf/devcontainer-features/wd:1": {}
2324
},

0 commit comments

Comments
 (0)