15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"gopls": {
|
|
"buildFlags": ["-tags=integration"]
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"go.useLanguageServer": true,
|
|
"go.lintOnSave": "workspace",
|
|
"go.vetOnSave": "workspace"
|
|
}
|