Add basic vscode config for go
This commit is contained in:
parent
6f1797b7bd
commit
114bb98f5b
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"go.buildOnSave": "off",
|
||||
"go.formatTool": "gofmt",
|
||||
"go.lintOnSave": "file",
|
||||
"go.lintTool": "staticcheck"
|
||||
}
|
Loading…
Reference in a new issue