Skip to content

Commit

Permalink
chore(dev): upgrade organizeImports vscode setting from true to `ex…
Browse files Browse the repository at this point in the history
…plicit`
  • Loading branch information
qdm12 committed Aug 5, 2024
1 parent ae5b71a commit 4a669c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"go.useLanguageServer": true,
"[go]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"[go.mod]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"gopls": {
Expand Down

0 comments on commit 4a669c3

Please sign in to comment.