Skip to content

Commit 6f4ae0d

Browse files
committed
Reorganize devcontainer.json
1 parent f95e790 commit 6f4ae0d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"name": "Python 3",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"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.
97
"features": {
108
"ghcr.io/devcontainers/features/rust:1": {}
119
},
1210

11+
// Features to add to the dev container. More info: https://containers.dev/features.
12+
// "features": {},
13+
1314
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1415
// "forwardPorts": [],
1516

0 commit comments

Comments
 (0)