Create devcontainer.json

This commit is contained in:
Shiangan
2024-11-07 01:10:35 +08:00
committed by GitHub
parent 11bd71901b
commit 4ebfebfae3

View File

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