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

View File

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