Skip to content

Instantly share code, notes, and snippets.

@michaelwhyte
Created March 6, 2018 00:10
Show Gist options
  • Save michaelwhyte/26cb112a9a75f1903eea0574314bb32a to your computer and use it in GitHub Desktop.
Save michaelwhyte/26cb112a9a75f1903eea0574314bb32a to your computer and use it in GitHub Desktop.
Visual Studio Code - PHP Bug Fix - PHP files cause an error in Visual Studio Code - Add these lines to your settings file to fix that
{
"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