Skip to content

Instantly share code, notes, and snippets.

@careydayrit
Created October 10, 2019 14:21
Show Gist options
  • Save careydayrit/f720d4402344cc60396fd4dfb9323f9e to your computer and use it in GitHub Desktop.
Save careydayrit/f720d4402344cc60396fd4dfb9323f9e to your computer and use it in GitHub Desktop.
PHP Tool set VS Code
{
"require": {
"pantheon-systems/terminus": "^2.0",
"squizlabs/php_codesniffer": "^3.5"
}
}
{
"workbench.colorTheme": "Visual Studio Light",
"php.suggest.basic": true,
"php.validate.enable": true,
"php.validate.executablePath": "c:/php/php.exe",
"php.validate.run": "onSave"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment