Skip to content

Commit 78d6693

Browse files
authored
Remove unnecessary comments
1 parent 6434a4e commit 78d6693

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,8 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
44
"name": "Python 3",
5-
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
65
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
76

8-
// Features to add to the dev container. More info: https://containers.dev/features.
9-
// "features": {},
10-
11-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
12-
// "forwardPorts": [],
13-
14-
// Use 'postCreateCommand' to run commands after the container is created.
15-
// "postCreateCommand": "pip3 install --user -r requirements.txt",
16-
177
// Configure tool-specific properties.
188
"customizations": {
199
"vscode": {
@@ -22,7 +12,4 @@
2212
]
2313
}
2414
}
25-
26-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
27-
// "remoteUser": "root"
2815
}

0 commit comments

Comments
 (0)