mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"go.lintTool": "golangci-lint",
|
|
"go.useLanguageServer": true,
|
|
"go.lintFlags": ["--fast"],
|
|
"go.testOnSave": true,
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
},
|
|
"go.formatTool": "gofmt",
|
|
"go.formatFlags": ["-s"]
|
|
}
|