Created
June 27, 2019 00:52
-
-
Save mig1098/f3e0b24b57197dc27af39ebbd4a15538 to your computer and use it in GitHub Desktop.
vscode php intellisense json configuration
This file contains 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.validate.enable": true, | |
"php.validate.executablePath": "C:\\Users\\Administrador\\AppData\\Local\\Programs\\php\\php7.0.10\\php.exe", | |
"php.validate.run": "onType", | |
"php.executablePath": "C:\\Users\\Administrador\\AppData\\Local\\Programs\\php\\php7.0.10\\php.exe", | |
"window.zoomLevel": -1, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"workbench.iconTheme": "Monokai Pro Icons", | |
"workbench.colorTheme": "Dark++" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment