Skip to content

Instantly share code, notes, and snippets.

@liperuf
Created March 16, 2017 17:05
Show Gist options
  • Select an option

  • Save liperuf/b0596cd4f1fe5040c33005b82d66e0b6 to your computer and use it in GitHub Desktop.

Select an option

Save liperuf/b0596cd4f1fe5040c33005b82d66e0b6 to your computer and use it in GitHub Desktop.
Basic VSCode user settings (I'm using ZShell with Powerline)
{
"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