Here are my vscode settings, complete with integrated shell,custom title bar, and other theme related conventions
Created
July 20, 2018 13:24
-
-
Save joshuawootonn/12802f04a53b551d7432fdc8a4093d80 to your computer and use it in GitHub Desktop.
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
{ | |
"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