We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95e790 commit 6f4ae0dCopy full SHA for 6f4ae0d
1 file changed
.devcontainer/devcontainer.json
@@ -4,12 +4,13 @@
4
"name": "Python 3",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
"image": "mcr.microsoft.com/devcontainers/python:3-3.14-trixie",
7
-
8
- // Features to add to the dev container. More info: https://containers.dev/features.
9
"features": {
10
"ghcr.io/devcontainers/features/rust:1": {}
11
},
12
+ // Features to add to the dev container. More info: https://containers.dev/features.
+ // "features": {},
13
+
14
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15
// "forwardPorts": [],
16
0 commit comments