Created
May 27, 2018 09:39
-
-
Save Fazzani/7211a93cc11a387761a87be593b595dd to your computer and use it in GitHub Desktop.
vscode bash windows settings
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
{ | |
"files.exclude": { | |
"**/appsettings.*.json": false, | |
".vscode": true, | |
}, | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment