Skip to content

Instantly share code, notes, and snippets.

@Matts966
Created September 3, 2019 09:19
Show Gist options
  • Select an option

  • Save Matts966/9e73817d38e9daa9a936825a0910fdae to your computer and use it in GitHub Desktop.

Select an option

Save Matts966/9e73817d38e9daa9a936825a0910fdae to your computer and use it in GitHub Desktop.
$HOME/Library/Application\ Support/Code/User/settings.json
{
"go.formatTool": "goimports",
"editor.formatOnSave": true,
"go.useLanguageServer": true,
"files.autoSave": "afterDelay",
"terminal.integrated.shell.osx": "/usr/local/bin/bash",
"workbench.editor.enablePreview": false,
"go.gotoSymbol.includeImports": true,
"explorer.autoReveal": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment