Created
April 3, 2020 18:46
-
-
Save mrjosh/33405576db8f2eaa0e80c0f391e1183d to your computer and use it in GitHub Desktop.
VSCode settings Json file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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