{ "editor.tabSize": 2, "extensions.ignoreRecommendations": true, "go.languageServerFlags": [], "go.lintOnSave": "file", "go.vetOnSave": "package", "go.useCodeSnippetsOnFunctionSuggest": true, "go.testFlags": ["-v"], "go.testTimeout": "10s", "go.formatTool": "goimports", "cSpell.allowCompoundWords": true, "editor.codeActionsOnSave": { "source.organizeImports": "explicit" }, "cSpell.words": [ "wsdiscovery" ] }