feat(junie): added .devcontainer.json

This commit is contained in:
jetbrains-junie[bot]
2025-06-02 21:35:09 +00:00
committed by GitHub
parent 69319d7c8a
commit 3528d3c4ef

View File

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