Skip to content

Instantly share code, notes, and snippets.

@mattlockyer
Created March 21, 2019 04:18
Show Gist options
  • Save mattlockyer/6a0f5b72a0cee9ac1b139842d752d4c1 to your computer and use it in GitHub Desktop.
Save mattlockyer/6a0f5b72a0cee9ac1b139842d752d4c1 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"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