Create devcontainer.json

#depend for arm
This commit is contained in:
Rizwan
2024-05-18 23:03:17 +04:00
committed by GitHub
parent a5ac7e51b4
commit 79f539f37d

View File

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