Skip to content

Commit bd33fbc

Browse files
committed
Update devcontainer features to version 2, enhancing functionality and compatibility
1 parent 964528a commit bd33fbc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"source=devhome-${localEnv:OWNER_USERNAME:shared},target=/home/${localEnv:DEVCONTAINER_USERNAME:dev},type=volume"
1515
],
1616
"features": {
17-
"ghcr.io/sourecode/devcontainer-features/claude-code:1": {},
18-
"ghcr.io/sourecode/devcontainer-features/rtk:1": {},
19-
"ghcr.io/sourecode/devcontainer-features/context-mode:1": {}
17+
"ghcr.io/sourecode/devcontainer-features/nvm:2": {},
18+
"ghcr.io/sourecode/devcontainer-features/claude-code:2": {},
19+
"ghcr.io/sourecode/devcontainer-features/rtk:2": {},
20+
"ghcr.io/sourecode/devcontainer-features/context-mode:2": {}
2021
}
2122
}

0 commit comments

Comments
 (0)