Skip to content

Commit

Permalink
Update dev container (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle authored Jun 13, 2023
1 parent c41ea8a commit fa2c99d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"features": {
"ghcr.io/devcontainers/features/sshd:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/node": { "version": "lts"}
"ghcr.io/devcontainers/features/node": {
"version": "lts"
}
},
"mounts": [
// Mount docker-in-docker library volume
Expand Down Expand Up @@ -61,13 +63,16 @@
"ms-azuretools.vscode-dapr",
"ms-azuretools.vscode-docker",
"ms-kubernetes-tools.vscode-kubernetes-tools"
],
],
"settings": {
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"go.gopath": "/go",
"go.buildTags": "e2e,perf,conftests,unit,integration_test,certtests",
"git.alwaysSignOff": true
"go.buildTags": "e2e,perf,conftests,unit,integration_test,certtests,allcomponents",
"git.alwaysSignOff": true,
"terminal.integrated.env.linux": {
"GOLANG_PROTOBUF_REGISTRATION_CONFLICT": "ignore"
}
}
}
},
Expand Down

0 comments on commit fa2c99d

Please sign in to comment.