Skip to content

Commit

Permalink
Automator: update common-files@master in istio/proxy@master (#4975)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Sep 27, 2023
1 parent 0dc6ce6 commit b904326
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,23 @@
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/mpriscella/features/kind:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"golang.go",
"rust-lang.rust-analyzer",
"eamodio.gitlens", // IDE Git information
"zxh404.vscode-proto3", // Supports Proto syntax
"ms-azuretools.vscode-docker", // Docker integration and linting
"redhat.vscode-yaml", // Kubernetes, Drone syntax highlighting
"IBM.output-colorizer" // Colorize your output/test logs
],
"settings": {
"files.eol": "\n",
"go.useLanguageServer": true,
"go.lintTool": "golangci-lint"
}
}
}
}
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a90a184a83303f11e8abc704c82256c6789e35e3
9ce1bc9ef4ebd04dc0293a1800b382a47a427aed

0 comments on commit b904326

Please sign in to comment.