mirror of
https://github.com/dragonheim/gagent.git
synced 2025-02-23 05:49:53 -08:00
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"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"
|
|
}
|
|
},
|
|
}
|