Create devcontainer.json

This commit is contained in:
Dylan Wharton 2025-08-13 19:54:15 -04:00 committed by GitHub
parent ff7abcd0c3
commit fac934b78e
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": {}
}