{ "gopls": { "buildFlags": ["-tags=integration"] }, "[go]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": "explicit" } }, "go.useLanguageServer": true, "go.lintOnSave": "workspace", "go.vetOnSave": "workspace", "yaml.validate": false, "yaml.schemaStore.enable": false, "files.exclude": {}, "search.exclude": {}, "files.associations": {} }