Skip to content

Commit 7d4975f

Browse files
committed
feat: add devcontainer
1 parent 3c7848b commit 7d4975f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)