Skip to content

Commit 6a0a56b

Browse files
committed
feat: add additional devcontainer features for improved development environment
1 parent 4e4d1f2 commit 6a0a56b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
"features": {
3535
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
3636
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
37-
"ghcr.io/devcontainers/features/github-cli:latest": {}
37+
"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": {}
3841
},
3942
"updateContentCommand": "npm install -g @devcontainers/cli",
4043
"remoteUser": "node",

0 commit comments

Comments
 (0)