Create devcontainer.json

This commit is contained in:
A Gluhic 2025-04-29 03:22:03 +09:30 committed by GitHub
parent 977563e97d
commit 82f999704e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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