Skip to content

Instantly share code, notes, and snippets.

@Fazzani
Created May 27, 2018 09:39
Show Gist options
  • Save Fazzani/7211a93cc11a387761a87be593b595dd to your computer and use it in GitHub Desktop.
Save Fazzani/7211a93cc11a387761a87be593b595dd to your computer and use it in GitHub Desktop.
vscode bash windows settings
{
"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