Create devcontainer.json
This commit is contained in:
parent
68780de6fc
commit
dfd6b769b9
1 changed files with 6 additions and 0 deletions
6
.devcontainer/devcontainer.json
Normal file
6
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/go:1": {}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue