We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7848b commit 7d4975fCopy full SHA for 7d4975f
1 file changed
.devcontainer/devcontainer.json
@@ -0,0 +1,20 @@
1
+// For format details, see https://aka.ms/devcontainer.json.
2
+{
3
+ "name": "Python 3",
4
+ "image": "mcr.microsoft.com/devcontainers/python:1-3-bookworm",
5
+ "runArgs": [
6
+ // Use host network for discovery
7
+ "--network=host"
8
+ ],
9
+ "features": {
10
+ "ghcr.io/va-h/devcontainers-features/uv:1": {}
11
+ },
12
+ "customizations": {
13
+ "vscode": {
14
+ "extensions": [
15
+ "charliermarsh.ruff",
16
+ "tamasfe.even-better-toml",
17
+ ]
18
+ }
19
20
+}
0 commit comments