mirror of https://github.com/dapr/cli.git
Update dev container (#1314)
This commit is contained in:
parent
c41ea8a4d3
commit
fa2c99d8b0
|
@ -15,7 +15,9 @@
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/sshd:1": {},
|
"ghcr.io/devcontainers/features/sshd:1": {},
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||||
"ghcr.io/devcontainers/features/node": { "version": "lts"}
|
"ghcr.io/devcontainers/features/node": {
|
||||||
|
"version": "lts"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"mounts": [
|
"mounts": [
|
||||||
// Mount docker-in-docker library volume
|
// Mount docker-in-docker library volume
|
||||||
|
@ -61,13 +63,16 @@
|
||||||
"ms-azuretools.vscode-dapr",
|
"ms-azuretools.vscode-dapr",
|
||||||
"ms-azuretools.vscode-docker",
|
"ms-azuretools.vscode-docker",
|
||||||
"ms-kubernetes-tools.vscode-kubernetes-tools"
|
"ms-kubernetes-tools.vscode-kubernetes-tools"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"go.toolsManagement.checkForUpdates": "local",
|
"go.toolsManagement.checkForUpdates": "local",
|
||||||
"go.useLanguageServer": true,
|
"go.useLanguageServer": true,
|
||||||
"go.gopath": "/go",
|
"go.gopath": "/go",
|
||||||
"go.buildTags": "e2e,perf,conftests,unit,integration_test,certtests",
|
"go.buildTags": "e2e,perf,conftests,unit,integration_test,certtests,allcomponents",
|
||||||
"git.alwaysSignOff": true
|
"git.alwaysSignOff": true,
|
||||||
|
"terminal.integrated.env.linux": {
|
||||||
|
"GOLANG_PROTOBUF_REGISTRATION_CONFLICT": "ignore"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue