We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4d1f2 commit 6a0a56bCopy full SHA for 6a0a56b
1 file changed
.devcontainer.json
@@ -34,7 +34,10 @@
34
"features": {
35
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
36
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
37
- "ghcr.io/devcontainers/features/github-cli:latest": {}
+ "ghcr.io/devcontainers/features/github-cli:latest": {},
38
+ "ghcr.io/jsburckhardt/devcontainer-features/opencode:latest": {},
39
+ "ghcr.io/jsburckhardt/devcontainer-features/just": {},
40
+ "ghcr.io/devcontainers/features/copilot-cli": {}
41
},
42
"updateContentCommand": "npm install -g @devcontainers/cli",
43
"remoteUser": "node",
0 commit comments