Update devcontainer.
This commit is contained in:
parent
63fbac59ef
commit
c9780bd334
1 changed files with 8 additions and 1 deletions
|
|
@ -5,8 +5,15 @@
|
|||
"forwardPorts": [],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [],
|
||||
"extensions": [
|
||||
"golang.go"
|
||||
],
|
||||
"settings": {
|
||||
"editor.formatOnSave": true,
|
||||
"go.coverOnSave": true,
|
||||
"go.coverageOptions": "showUncoveredCodeOnly",
|
||||
"go.formatTool": "gofmt",
|
||||
"go.lintTool": "golangci-lint"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue