Skip to content

Instantly share code, notes, and snippets.

@Jplus2
Created May 30, 2021 10:29
Show Gist options
  • Save Jplus2/cac395e322ec3cff69e2cfab64dc823a to your computer and use it in GitHub Desktop.
Save Jplus2/cac395e322ec3cff69e2cfab64dc823a to your computer and use it in GitHub Desktop.
launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment