Created
March 21, 2019 04:18
-
-
Save mattlockyer/6a0f5b72a0cee9ac1b139842d752d4c1 to your computer and use it in GitHub Desktop.
VS Code 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
{ | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\bash.exe", | |
"workbench.colorTheme": "Ayu Light Bordered", | |
"editor.minimap.enabled": false, | |
"workbench.activityBar.visible": false, | |
"git.ignoreMissingGitWarning": true, | |
"workbench.editor.enablePreview": false, | |
"editor.fontSize": 16, | |
"editor.tabSize": 2, | |
"editor.hover.enabled": false, | |
"terminal.integrated.copyOnSelection": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment