1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

Create devcontainer.json

This commit is contained in:
vienna 2025-01-03 22:50:56 +01:00 committed by GitHub
parent 3fddbee787
commit 99002eabe5
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}