Skip to content

Instantly share code, notes, and snippets.

@patrickmaciel
Created July 3, 2019 01:23
Show Gist options
  • Save patrickmaciel/12f1701d7a062e84fcc51967e548b8ae to your computer and use it in GitHub Desktop.
Save patrickmaciel/12f1701d7a062e84fcc51967e548b8ae to your computer and use it in GitHub Desktop.
my vscode settings
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": [
"-l",
"-i"
],
"workbench.editor.enablePreview": false,
"emmet.includeLanguages": {
"blade": "html",
"javascript": "javascriptreact"
},
"php.validate.enable": true,
"php.validate.run": "onType",
"php.validate.executablePath": "c:\\php\\php.exe",
"window.zoomLevel": 0,
"editor.fontSize": 16,
"editor.wordWrap": "on",
"git.autofetch": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"workbench.colorTheme": "Dracula",
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"terminal.integrated.rendererType": "dom"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment