teufa/.devcontainer/devcontainer.json

11 lines
358 B
JSON

{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python",
"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"
}