Skip to content

Commit 007d6ea

Browse files
committed
chore: clear all tests passed
1 parent 06955cb commit 007d6ea

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
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": {
@@ -17,8 +21,9 @@
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
// {
@@ -27,16 +32,10 @@
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+
}

0 commit comments

Comments
 (0)