Create devcontainer.json

This commit is contained in:
Yardapestr 2024-05-17 04:17:22 -05:00 committed by GitHub
parent 7a6fe03579
commit efeffd76bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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