Files
tldw/.devcontainer/devcontainer.json
2025-06-02 21:51:35 +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": {}
}
}