Skip to content

Commit 7dc22c8

Browse files
authored
Create devcontainer.json
1 parent 6bcf287 commit 7dc22c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.devcontainer/devcontainer.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/python:1": {
5+
"verison": 3.6
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)