We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0538a59 + 49bc2d2 commit e19a9f3Copy full SHA for e19a9f3
1 file changed
.devcontainer/devcontainer.json
@@ -0,0 +1,8 @@
1
+{
2
+ "name": "cagent (Go)",
3
+ "image": "mcr.microsoft.com/devcontainers/go:2-1.25-bookworm",
4
+ "features": {
5
+ "ghcr.io/eitsupi/devcontainer-features/go-task:1": {},
6
+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
7
+ }
8
+}
0 commit comments