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