Skip to content

Instantly share code, notes, and snippets.

@jleonardolemos
Created February 11, 2018 19:44
Show Gist options
  • Save jleonardolemos/45f017b08b3e222cbb91adfe9b2bb98a to your computer and use it in GitHub Desktop.
Save jleonardolemos/45f017b08b3e222cbb91adfe9b2bb98a to your computer and use it in GitHub Desktop.
config sample for PHP debug extension of vscode
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"pathMappings": {
"/home/vagrant/code/projectname": "/home/leonardo/code/projectname",
}
}
]
}
@jleonardolemos
Copy link
Author

There will be a single file per project, they are stored in .vscode folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment