Skip to content

Instantly share code, notes, and snippets.

@jhernandezb
Created May 31, 2019 04:26
Show Gist options
  • Save jhernandezb/a2a3b57eb75dfcc6c9dad001d0a6eba6 to your computer and use it in GitHub Desktop.
Save jhernandezb/a2a3b57eb75dfcc6c9dad001d0a6eba6 to your computer and use it in GitHub Desktop.
.vscode/settings.json
{
"go.useLanguageServer": true,
"go.languageServerExperimentalFeatures": {
"diagnostics": true
},
"[go]": {
"editor.snippetSuggestions": "none",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"gopls": {
"usePlaceholders": true
},
"files.eol": "\n",
"go.lintTool": "golangci-lint",
"go.vetOnSave": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment