Skip to content

Instantly share code, notes, and snippets.

@supirman
Created February 6, 2017 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supirman/993c3dccd286a59600088cc2e678b4c9 to your computer and use it in GitHub Desktop.
Save supirman/993c3dccd286a59600088cc2e678b4c9 to your computer and use it in GitHub Desktop.
vscode settings.json
{
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe",
"terminal.integrated.fontFamily": "Roboto Mono for Powerline",
"workbench.welcome.enabled": true,
"emmet.syntaxProfiles": { "javascript": "jsx" },
"gitProjectManager.baseProjectsFolders": [
"%USERPROFILE%\\workspace"
],
"gitProjectManager.openInNewWindow": true,
"gitProjectManager.storeRepositoriesBetweenSessions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment