Skip to content

Commit c65cb25

Browse files
authored
Update devcontainer.json
1 parent 84e398f commit c65cb25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/universal:2",
2+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
33
"features": {
4-
"ghcr.io/devcontainers/features/node:1": {
5-
"version": "lts"
6-
}
4+
"ghcr.io/devcontainers/features/rust:1": {}
75
},
86
"customizations": {
97
"vscode": {

0 commit comments

Comments
 (0)