Add goproxy environment variable in to devconttainer.json

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/4973/head^2
quicksilver 2021-03-15 16:18:55 +08:00 committed by yefu.chen
parent 9e0fc0b169
commit 1cde8a0054
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"initializeCommand": "scripts/devcontainer.sh && docker-compose -f docker-compose-devcontainer.yml down || true",
"workspaceFolder": "/go/src/github.com/zilliztech/milvus-distributed",
"shutdownAction": "stopCompose",
"remoteEnv": { "GOPROXY": "https://goproxy.cn" },
"extensions": [
"ms-vscode.cpptools",
"golang.go"