vscode
This commit is contained in:
parent
f8695f21d3
commit
d213e4d37f
|
@ -58,13 +58,13 @@
|
||||||
"go.useLanguageServer": true,
|
"go.useLanguageServer": true,
|
||||||
"[go]": {
|
"[go]": {
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": false
|
"source.organizeImports": "never"
|
||||||
},
|
},
|
||||||
"editor.snippetSuggestions": "none"
|
"editor.snippetSuggestions": "none"
|
||||||
},
|
},
|
||||||
"[go.mod]": {
|
"[go.mod]": {
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true
|
"source.organizeImports": "explicit"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gopls": {
|
"gopls": {
|
||||||
|
|
Loading…
Reference in New Issue