Skip to content

Instantly share code, notes, and snippets.

@aleor
Created April 25, 2017 08:40
Show Gist options
  • Save aleor/bff1a38e7e4768d0a2871437f1d9500e to your computer and use it in GitHub Desktop.
Save aleor/bff1a38e7e4768d0a2871437f1d9500e to your computer and use it in GitHub Desktop.
VSCode custom settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 18,
"files.autoSave": "off",
"files.autoSaveDelay":60000,
"editor.mouseWheelZoom": true,
"html.suggest.ionic": false,
"php.suggest.basic": false,
"php.validate.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment