chore(dev): fix source.organizeImports vscode setting value

This commit is contained in:
Quentin McGaw
2024-03-25 10:07:11 +00:00
parent 4d9c619b24
commit 4776948af6

View File

@@ -21,7 +21,7 @@
"go.useLanguageServer": true, "go.useLanguageServer": true,
"[go]": { "[go]": {
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": true "source.organizeImports": "explicit"
} }
}, },
"go.lintTool": "golangci-lint", "go.lintTool": "golangci-lint",