Skip to content

Instantly share code, notes, and snippets.

@mrjosh
Created April 3, 2020 18:46
Show Gist options
  • Save mrjosh/33405576db8f2eaa0e80c0f391e1183d to your computer and use it in GitHub Desktop.
Save mrjosh/33405576db8f2eaa0e80c0f391e1183d to your computer and use it in GitHub Desktop.
VSCode settings Json file
{
"go.formatTool": "goimports",
"go.useLanguageServer": true,
"files.exclude": {
"**/.idea": true
},
"workbench.startupEditor": "none",
"editor.fontSize": 16,
"editor.wordWrap": "on",
"window.zoomLevel": 0,
"workbench.tree.indent": 15,
"explorer.compactFolders": false,
"workbench.colorTheme": "Material Theme Darker High Contrast",
"workbench.iconTheme": "material-icon-theme",
"workbench.preferredDarkColorTheme": "Material Theme Darker High Contrast",
"editor.renderControlCharacters": false,
"breadcrumbs.enabled": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"material-icon-theme.activeIconPack": "vue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment