Update devcontainer.

This commit is contained in:
Brad Van Vugt 2023-09-29 02:32:34 +00:00
parent 63fbac59ef
commit c9780bd334

View file

@ -5,8 +5,15 @@
"forwardPorts": [], "forwardPorts": [],
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [], "extensions": [
"golang.go"
],
"settings": { "settings": {
"editor.formatOnSave": true,
"go.coverOnSave": true,
"go.coverageOptions": "showUncoveredCodeOnly",
"go.formatTool": "gofmt",
"go.lintTool": "golangci-lint"
} }
} }
} }