Create devcontainer.json

This commit is contained in:
Johnbad2000 2024-09-20 00:35:03 -04:00 committed by GitHub
parent 6dae7eb4a5
commit dd2551ed36
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": {
}
}