Create devcontainer.json

"ghcr.io/devcontainers-extra/features/aws-cdk:2": {}
This commit is contained in:
Whatisthis-dot 2025-03-21 19:53:41 +07:00 committed by GitHub
parent b7ab74091b
commit dabcd65ac4
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": {}
}