Skip to content

Commit b009773

Browse files
committed
chore: add Claude Code extension to devcontainer configuration
1 parent a8514da commit b009773

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
// Roo Code
4949
"RooVeterinaryInc.roo-cline",
5050
// Amazon Developer Q
51-
"AmazonWebServices.amazon-q-vscode"
51+
"AmazonWebServices.amazon-q-vscode",
52+
// Claude Code
53+
"anthropic.claude-code"
5254
],
5355
"settings": {
5456
"debug.javascript.autoAttachFilter": "disabled", // fix running commands in integrated terminal

0 commit comments

Comments
 (0)