2020-11-20 15:02:26 +08:00
|
|
|
{
|
|
|
|
"name": "Milvus Distributed Dev Container Definition",
|
2021-01-15 18:03:16 +08:00
|
|
|
"dockerComposeFile": ["./docker-compose-devcontainer.yml"],
|
2021-07-09 11:59:09 +08:00
|
|
|
"service": "builder",
|
2021-06-23 16:36:07 +08:00
|
|
|
"initializeCommand": "scripts/devcontainer.sh",
|
2021-04-22 14:45:57 +08:00
|
|
|
"workspaceFolder": "/go/src/github.com/milvus-io/milvus",
|
2021-03-15 16:18:55 +08:00
|
|
|
"remoteEnv": { "GOPROXY": "https://goproxy.cn" },
|
2020-11-20 15:02:26 +08:00
|
|
|
"extensions": [
|
2020-11-21 17:53:05 +08:00
|
|
|
"ms-vscode.cpptools",
|
|
|
|
"golang.go"
|
|
|
|
]
|
2020-11-20 15:02:26 +08:00
|
|
|
}
|