debugger: Get rid of initialize_args in php debugger setup docs (#41579)

Related to issue: #40887

Release Notes:

- N/A

Co-authored-by: Remco Smits <djsmits12@gmail.com>
This commit is contained in:
Anthony Eid 2025-10-30 11:47:59 -04:00 committed by GitHub
parent bdb2d6c8de
commit b4cf7e440e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,9 +71,7 @@ Zeds PHP extension provides a debug adapter for PHP and Xdebug. The adapter n
"label": "PHP: Listen to Xdebug",
"adapter": "Xdebug",
"request": "launch",
"initialize_args": {
"port": 9003
}
"port": 9003
},
{
"label": "PHP: Debug this test",