File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " Python 3" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/python:1-3.12-bullseye"
7-
6+ "image" : " mcr.microsoft.com/devcontainers/python:1-3.12-bullseye" ,
87 // Features to add to the dev container. More info: https://containers.dev/features.
98 // "features": {},
10-
119 // Use 'forwardPorts' to make a list of ports inside the container available locally.
1210 // "forwardPorts": [],
13-
1411 // Use 'postCreateCommand' to run commands after the container is created.
1512 // "postCreateCommand": "pip3 install --user -r requirements.txt",
16-
1713 // Configure tool-specific properties.
18- // "customizations": {},
19-
14+ "customizations" : {
15+ "vscode" : {
16+ "extensions" : [
17+ " ms-python.python" ,
18+ " ms-python.pylint"
19+ ]
20+ }
21+ }
2022 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2123 // "remoteUser": "root"
22- }
24+ }
You can’t perform that action at this time.
0 commit comments