Create devcontainer.json

This commit is contained in:
Web4 2025-02-25 10:27:07 -05:00 committed by GitHub
parent 3315c3cac0
commit 553948b478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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