gagent/.devcontainer/devcontainer.json

19 lines
335 B
JSON
Raw Normal View History

{
"name": "GitHub Codespaces (Default)",
"extensions": [
"GitHub.vscode-pull-request-github",
"golang.go",
"hashicorp.terraform",
"wholroyd.hcl",
"github.copilot",
"golang.Go"
],
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "1.17",
"NODE_VERSION": "none"
}
},
}