Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Last active June 3, 2022 23:08
Show Gist options
  • Save jeremyfelt/fc31fcc56b56a8727dbeb7d6910fe78d to your computer and use it in GitHub Desktop.
Save jeremyfelt/fc31fcc56b56a8727dbeb7d6910fe78d to your computer and use it in GitHub Desktop.
VS Code debug configuration
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment