Created
November 30, 2016 14:28
-
-
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.
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
// 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