mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 13:26:48 -07:00
devcontainer appears to be working now.
This commit is contained in:
parent
ae2cee7be4
commit
00cd60ebec
3 changed files with 32 additions and 37 deletions
|
@ -1,42 +1,18 @@
|
|||
{
|
||||
"name": "GitHub Codespaces (Default)",
|
||||
"extensions": [
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"golang.go",
|
||||
"hashicorp.terraform",
|
||||
"wholroyd.hcl",
|
||||
"github.copilot",
|
||||
"golang.Go"
|
||||
],
|
||||
"build": {
|
||||
"dockerfile": "docker/Dockerfile"
|
||||
},
|
||||
"settings": {
|
||||
"go.toolsManagement.checkForUpdates": "local",
|
||||
"go.useLanguageServer": true,
|
||||
"go.gopath": "/go",
|
||||
"go.goroot": "/usr/local/go/bin/go",
|
||||
"go.linting.enabled": true,
|
||||
"lldb.executable": "/usr/bin/lldb",
|
||||
"files.watcherExclude": {
|
||||
"**/target/**": true
|
||||
"dockerfile": "Dockerfile",
|
||||
"args": {
|
||||
"VARIANT": "1.17",
|
||||
"NODE_VERSION": "none"
|
||||
}
|
||||
},
|
||||
"remoteUser": "codespace",
|
||||
"overrideCommand": false,
|
||||
"mounts": ["source=codespaces-linux-var-lib-docker,target=/var/lib/docker,type=volume"],
|
||||
"runArgs": [
|
||||
"--cap-add=SYS_PTRACE",
|
||||
"--security-opt",
|
||||
"seccomp=unconfined",
|
||||
"--privileged",
|
||||
"--init"
|
||||
],
|
||||
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"golang.go",
|
||||
"hashicorp.terraform",
|
||||
"wholroyd.hcl",
|
||||
"github.copilot"
|
||||
],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
// "oryx build" will automatically install your dependencies and attempt to build your project
|
||||
// "postCreateCommand": "oryx build -p virtualenv_name=.venv --log-file /tmp/oryx-build.log --manifest-dir /tmp || echo 'Could not auto-build. Skipping.'"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue