Files
homecontrol.esp-sensors/.devcontainer/devcontainer.json
2025-06-02 14:21:19 +00:00

7 lines
154 B
JSON

{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",
"features": {
"ghcr.io/devcontainers/features/conda:1": {}
}
}