Created
March 16, 2017 17:05
-
-
Save liperuf/b0596cd4f1fe5040c33005b82d66e0b6 to your computer and use it in GitHub Desktop.
Basic VSCode user settings (I'm using ZShell with Powerline)
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.shellArgs.osx": ["-l"], | |
| "editor.renderWhitespace": "all", | |
| "editor.tabSize": 2, | |
| "workbench.iconTheme": "vs-seti", | |
| "workbench.welcome.enabled": false, | |
| "terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment