Create devcontainer.json

Signed-off-by: Dmelleis <165176119+Dmelleis@users.noreply.github.com>
This commit is contained in:
Dmelleis 2024-08-15 22:11:43 -03:00 committed by GitHub
parent f0990588f1
commit 20ae07b324
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": {
}
}