oh-my-posh/.vscode/settings.json
Yehor Borkov 9ecd7c09a4
feat(palette): a map of named color values
introducing a map of named standard color
values that can be referenced in theme segments
2021-11-22 15:25:56 +01:00

18 lines
382 B
JSON

{
"go.lintTool": "golangci-lint",
"go.useLanguageServer": true,
"go.languageServerExperimentalFeatures": {
"diagnostics": false
},
"go.lintFlags": ["--fast"],
"go.testOnSave": true,
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"go.formatTool": "gofmt",
"go.formatFlags": ["-s"]
}