Skip to content

Instantly share code, notes, and snippets.

@joshuawootonn
Created July 20, 2018 13:24
Show Gist options
  • Save joshuawootonn/12802f04a53b551d7432fdc8a4093d80 to your computer and use it in GitHub Desktop.
Save joshuawootonn/12802f04a53b551d7432fdc8a4093d80 to your computer and use it in GitHub Desktop.

VSCode Settings

Here are my vscode settings, complete with integrated shell,custom title bar, and other theme related conventions

{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.iconTheme": "vscode-great-icons",
"workbench.colorTheme": "Palenight Operator",
"files.autoSave": "afterDelay",
"git.enableSmartCommit": true,
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"window.titleBarStyle": "custom"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment