File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66 "image" : " mcr.microsoft.com/devcontainers/rust:1-1-bullseye" ,
77 "features" : {
8- "ghcr.io/devcontainers/features/node:1" : {}
8+ "ghcr.io/devcontainers/features/node:1" : {},
9+ "ghcr.io/devcontainers/features/python:1" : {
10+ "version" : " 3.10" ,
11+ "toolsToInstall" : " uv"
12+ }
913 },
1014 // Configure tool-specific properties.
1115 "customizations" : {
1721 }
1822 }
1923 }
20- }
21-
24+ },
25+ // Use 'postCreateCommand' to run commands after the container is created.
26+ "postCreateCommand" : " uv venv"
2227 // Use 'mounts' to make the cargo cache persistent in a Docker Volume.
2328 // "mounts": [
2429 // {
2732 // "type": "volume"
2833 // }
2934 // ]
30-
3135 // Features to add to the dev container. More info: https://containers.dev/features.
3236 // "features": {},
33-
3437 // Use 'forwardPorts' to make a list of ports inside the container available locally.
3538 // "forwardPorts": [],
36-
37- // Use 'postCreateCommand' to run commands after the container is created.
38- // "postCreateCommand": "rustc --version",
39-
4039 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4140 // "remoteUser": "root"
42- }
41+ }
You can’t perform that action at this time.
0 commit comments