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 a8514da commit b009773Copy full SHA for b009773
.devcontainer/devcontainer.json
@@ -48,7 +48,9 @@
48
// Roo Code
49
"RooVeterinaryInc.roo-cline",
50
// Amazon Developer Q
51
- "AmazonWebServices.amazon-q-vscode"
+ "AmazonWebServices.amazon-q-vscode",
52
+ // Claude Code
53
+ "anthropic.claude-code"
54
],
55
"settings": {
56
"debug.javascript.autoAttachFilter": "disabled", // fix running commands in integrated terminal
0 commit comments