mirror of https://github.com/milvus-io/milvus.git
Add goproxy environment variable in to devconttainer.json
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/4973/head^2
parent
9e0fc0b169
commit
1cde8a0054
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue