Skip to content

Commit 4810303

Browse files
authored
Merge pull request RustPython#4433 from lgyanf/devcontainer
[RFC] Add Github Codespaces configuration (devcontainer.json)
2 parents a3e223d + 1e9d9ae commit 4810303

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/devcontainer.json

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

0 commit comments

Comments
 (0)