2020-12-28 01:36:08 -08:00
|
|
|
{
|
2021-10-18 04:38:10 -07:00
|
|
|
"go.lintTool": "golangci-lint",
|
2021-11-03 00:19:43 -07:00
|
|
|
"go.useLanguageServer": true,
|
|
|
|
"go.languageServerExperimentalFeatures": {
|
2021-11-22 06:25:56 -08:00
|
|
|
"diagnostics": false
|
2021-11-03 00:19:43 -07:00
|
|
|
},
|
|
|
|
"go.lintFlags": ["--fast"],
|
2021-10-18 04:38:10 -07:00
|
|
|
"go.testOnSave": true,
|
|
|
|
"[go]": {
|
2021-11-03 00:19:43 -07:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.organizeImports": true
|
|
|
|
}
|
2021-11-01 23:45:27 -07:00
|
|
|
},
|
|
|
|
"go.formatTool": "gofmt",
|
2021-11-22 06:25:56 -08:00
|
|
|
"go.formatFlags": ["-s"]
|
2020-12-28 01:36:08 -08:00
|
|
|
}
|