Skip to content

Commit 8a417f2

Browse files
authored
Create devcontainer.json
1 parent 9b14da7 commit 8a417f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/rust:1": {},
5+
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
6+
}
7+
}

0 commit comments

Comments
 (0)