Create devcontainer.json

This commit is contained in:
Queenkaz 2024-03-19 01:49:07 +10:00 committed by GitHub
parent c611924727
commit 003190d177
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": {
}
}