Skip to content

Instantly share code, notes, and snippets.

@hperantunes
Last active June 14, 2018 06:07
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 hperantunes/46a82306febba9514328798a86188b56 to your computer and use it in GitHub Desktop.
Save hperantunes/46a82306febba9514328798a86188b56 to your computer and use it in GitHub Desktop.
vscode settings.json
// Place your settings in this file to overwrite the default settings
{
"terminal.integrated.shell.windows": "c:\\windows\\system32\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k",
"c:\\program files\\git\\bin\\bash.exe"
],
"editor.minimap.renderCharacters": false,
"extensions.ignoreRecommendations": false,
"git.autofetch": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment