Created
August 4, 2017 00:34
-
-
Save chriskacerguis/0e18cb3ccc31e7d0ba209658f72814dc to your computer and use it in GitHub Desktop.
VScode Settings
This file contains hidden or 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
{ | |
"git.confirmSync": false, | |
"editor.tabSize": 2, | |
"editor.minimap.enabled": false, | |
"workbench.editor.showIcons": true, | |
"workbench.iconTheme": "vs-seti", | |
"workbench.startupEditor": "newUntitledFile" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment