Skip to content

Commit

Permalink
chore(dev): fix source.organizeImports vscode setting value
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Mar 25, 2024
1 parent 4d9c619 commit 4776948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"go.useLanguageServer": true,
"[go]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"go.lintTool": "golangci-lint",
Expand Down

0 comments on commit 4776948

Please sign in to comment.