DEV Community

Discussion on: How to set up PHP executable path in VSCode (XAMPP user's)

Collapse
 
amir_gharajedaghi profile image
Amir

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: go.microsoft.com/fwlink/?linkid=83...
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 80
}
]
}