We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930bae2 commit b253463Copy full SHA for b253463
.devcontainer/devcontainer.json
@@ -8,7 +8,9 @@
8
},
9
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {},
10
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
11
- "ghcr.io/devcontainers/features/python:1": {}
+ "ghcr.io/devcontainers/features/python:1": {
12
+ "version": "3.12"
13
+ }
14
15
"customizations": {
16
"vscode": {
0 commit comments