Created
March 6, 2018 00:10
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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