Add basic vscode config for go

master
KemoNine 3 years ago
parent 6f1797b7bd
commit 114bb98f5b

@ -0,0 +1,6 @@
{
"go.buildOnSave": "off",
"go.formatTool": "gofmt",
"go.lintOnSave": "file",
"go.lintTool": "staticcheck"
}
Loading…
Cancel
Save