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

View file

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