teufa/.devcontainer/devcontainer.json
2025-01-11 15:27:10 -07:00

11 lines
372 B
JSON

{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
},
"postCreateCommand": ".devcontainer/setup.sh"
}