Skip to content

Instantly share code, notes, and snippets.

@Johnz86
Created November 30, 2016 14:28
Show Gist options
  • Save Johnz86/0cde1306d57041861c5d41b7cb79dce6 to your computer and use it in GitHub Desktop.
Save Johnz86/0cde1306d57041861c5d41b7cb79dce6 to your computer and use it in GitHub Desktop.
.vscode settings file for running git bash as terminal, custom typescript lib and unix line endings.
// Place your settings in this file to overwrite default and user settings.
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"typescript.tsdk": "./node_modules/typescript/lib",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"files.eol": "\n",
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment