Create devcontainer.json

This commit is contained in:
leommorais 2025-09-23 14:29:40 -03:00 committed by GitHub
parent 224987d727
commit 505086b500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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