teufa/.devcontainer/devcontainer.json

11 lines
372 B
JSON
Raw Normal View History

2024-05-31 21:09:54 +00:00
{
"name": "Python 3",
2025-01-11 15:24:44 -07:00
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
2024-05-31 21:09:54 +00:00
"features": {
2024-05-31 21:31:01 +00:00
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
2024-05-31 21:32:08 +00:00
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
2024-05-31 21:09:54 +00:00
},
2024-05-31 21:34:13 +00:00
"postCreateCommand": ".devcontainer/setup.sh"
2024-05-31 21:09:54 +00:00
}