We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf287 commit 7dc22c8Copy full SHA for 7dc22c8
.devcontainer/devcontainer.json
@@ -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