Create devcontainer.json

This commit is contained in:
최준호
2024-10-28 09:41:42 +08:00
committed by GitHub
parent cb209f9b9e
commit 362a72733e

View File

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