Skip to content

Instantly share code, notes, and snippets.

@mig1098
Created June 27, 2019 00:52
Show Gist options
  • Save mig1098/f3e0b24b57197dc27af39ebbd4a15538 to your computer and use it in GitHub Desktop.
Save mig1098/f3e0b24b57197dc27af39ebbd4a15538 to your computer and use it in GitHub Desktop.
vscode php intellisense json configuration
{
"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