Skip to content

Instantly share code, notes, and snippets.

@tresende
Created May 7, 2019 12:13
Show Gist options
  • Save tresende/d42bafd71b10a35101a56a1f497b0e81 to your computer and use it in GitHub Desktop.
Save tresende/d42bafd71b10a35101a56a1f497b0e81 to your computer and use it in GitHub Desktop.
{
//"terminal.integrated.shell.windows": "C:\\\\Windows\\\\System32\\\\bash.exe",
//"terminal.external.windowsExec": "C:\\\\Windows\\\\System32\\\\bash.exe",
"git.autofetch": true,
"git.confirmSync": false,
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": [
"cmd.exe", "/k", "C:/tools//cmder//vendor//init.bat"
],
"workbench.colorTheme": "SynthWave '84",
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 12,
"markdown.preview.fontSize": 12,
"terminal.integrated.fontSize": 12,
"editor.suggestFontSize": 12,
"window.zoomLevel": 0,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"vscode_custom_css.imports": [
"file:///C:/Users/thiag/Documents/CSS/synthwave84.css"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment