Create devcontainer.json

This commit is contained in:
Frédéric Guillot 2022-11-16 17:34:55 -08:00 committed by GitHub
parent 68780de6fc
commit dfd6b769b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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