icalevents/.devcontainer/devcontainer.json

10 wiersze
197 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/base:focal",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12",
"toolsToInstall": "poetry, pre-commit"
}
}
}