We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1126161 commit b2d7051Copy full SHA for b2d7051
.devfile.yaml
@@ -54,3 +54,9 @@ commands:
54
--output-file:/tmp/devworkspace-che-code-latest.yaml \
55
--injectDefaultComponent:true \
56
--defaultComponentImage:registry.access.redhat.com/ubi8/openjdk-11:latest
57
+ - id: install-claude-code
58
+ exec:
59
+ label: "Install Claude Code"
60
+ component: builder
61
+ workingDir: ${PROJECT_SOURCE}
62
+ commandLine: "npm install -g @anthropic-ai/claude-code"
.vscode/extensions.json
@@ -4,6 +4,7 @@
4
"redhat.vscode-yaml",
5
"Orta.vscode-jest",
6
"cnshenj.vscode-task-manager",
7
- "RooVeterinaryInc.roo-cline"
+ "RooVeterinaryInc.roo-cline",
8
+ "anthropic.claude-code"
9
]
10
}
0 commit comments