зеркало из https://github.com/Azure/aks-engine.git
17 строки
374 B
JSON
17 строки
374 B
JSON
{
|
|
"name": "Go for aks-engine",
|
|
"image": "quay.io/deis/go-dev:v1.25.0-go113",
|
|
"extensions": [
|
|
"ms-vscode.go"
|
|
],
|
|
"runArgs": [
|
|
"--cap-add=SYS_PTRACE",
|
|
"--security-opt",
|
|
"seccomp=unconfined"
|
|
],
|
|
"postCreateCommand": "mkdir -p /go/src/github.com/Azure && ln -sf /workspaces/aks-engine /go/src/github.com/Azure/aks-engine",
|
|
"settings": {
|
|
"go.gopath": "/go"
|
|
}
|
|
}
|