mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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:
parent
bdb2d6c8de
commit
b4cf7e440e
1 changed files with 1 additions and 3 deletions
|
|
@ -71,9 +71,7 @@ Zed’s 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue