feat(junie): added .devcontainer.json

This commit is contained in:
jetbrains-junie[bot]
2025-06-02 14:21:19 +00:00
committed by GitHub
parent b69da2cedd
commit 0717118042

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": {}
}
}