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:
xximwon 2024-12-13 16:18:47 +09:00 committed by GitHub
parent 55aad42e46
commit 8323d55099
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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