Skip to content

Instantly share code, notes, and snippets.

@Otienoh
Created April 19, 2020 23:34
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 Otienoh/fbdab7113ab458a53a0e056cdec49d24 to your computer and use it in GitHub Desktop.
Save Otienoh/fbdab7113ab458a53a0e056cdec49d24 to your computer and use it in GitHub Desktop.
{
"php.validate.executablePath": "C:\\Code\\bin\\php\\php-7.4.2-Win32-vc15-x64\\php.exe",
"git.enabled": true,
"git.path": "C:\\Code\\bin\\git\\bin\\git.exe",
"glassit.alpha": 220,
"workbench.editor.showTabs": true,
"editor.minimap.enabled": true,
"editor.codeLens": true,
"files.autoSave": "onFocusChange",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"explorer.sortOrder": "type",
"php.suggest.basic": false,
"emmet.includeLanguages": {
"blade": "html"
},
"editor.fontSize": 13,
"files.associations": {
".php_cs": "php",
".php_cs.dist": "php",
"*.php": "php"
},
"terminal.integrated.shell.windows": "C:\\Code\\bin\\cmder\\cmder.bat",
"terminal.integrated.shellArgs.windows": ".",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment