mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
23 lines
415 B
JSON
23 lines
415 B
JSON
|
|
{
|
||
|
|
"name": "Reticulum-Go",
|
||
|
|
"build": {
|
||
|
|
"dockerfile": "Dockerfile",
|
||
|
|
"context": ".."
|
||
|
|
},
|
||
|
|
"remoteUser": "vscode",
|
||
|
|
"customizations": {
|
||
|
|
"vscode": {
|
||
|
|
"extensions": [
|
||
|
|
"golang.go",
|
||
|
|
"redhat.vscode-yaml"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"postCreateCommand": "task bootstrap && task hooks:install",
|
||
|
|
"containerEnv": {
|
||
|
|
"GOFLAGS": "-mod=vendor",
|
||
|
|
"GOPROXY": "off",
|
||
|
|
"GOSUMDB": "off"
|
||
|
|
}
|
||
|
|
}
|