Skip to content

Instantly share code, notes, and snippets.

@marufmax
Created June 2, 2018 05:24
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 marufmax/c6c2783c4694f6e0ef2475411537ec6a to your computer and use it in GitHub Desktop.
Save marufmax/c6c2783c4694f6e0ef2475411537ec6a to your computer and use it in GitHub Desktop.
My VScode Settings
{
"workbench.iconTheme": "vscode-icons",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"php.validate.executablePath": "C:/laragon/bin/php/php-7.1.14-Win32-VC14-x64/php.exe",
"files.autoSave": "afterDelay",
"workbench.colorTheme": "Visual Studio Light",
"editor.multiCursorModifier": "ctrlCmd",
"git.autofetch": true,
"standard.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
],
"standard.options": {
"plugin": ["html"]
},
"editor.minimap.enabled": false,
"phpcs.enable": true,
"phpcs.executablePath": "C:/Users/BATL_05/AppData/Roaming/Composer/vendor/squizlabs/php_codesniffer/bin/phpcs",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment