mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
chore: go tools settings updated
golanci-lint update to analyze package organize import on save
This commit is contained in:
parent
67ce40e7d7
commit
4a088a5a1c
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
@ -1,8 +1,15 @@
|
|||
{
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.lintOnSave": "file",
|
||||
"go.useLanguageServer": true,
|
||||
"go.languageServerExperimentalFeatures": {
|
||||
"diagnostics": false,
|
||||
},
|
||||
"go.lintFlags": ["--fast"],
|
||||
"go.testOnSave": true,
|
||||
"[go]": {
|
||||
"editor.formatOnSave": false
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue