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 d621c28 commit 6117508Copy full SHA for 6117508
.devcontainer/devcontainer.json
@@ -22,7 +22,10 @@
22
}
23
},
24
"features": {
25
+ // "ghcr.io/devcontainers/features/docker-in-docker:2": {}
26
// "ghcr.io/devcontainers/features/common-utils:2": {},
27
+ // "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
28
+ // "ghcr.io/jsburckhardt/devcontainer-features/codex:latest": {}
29
30
"mounts": [
31
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"
0 commit comments