From b4cf7e440ebb8e7c1fb2216ebe207b7e688ddb39 Mon Sep 17 00:00:00 2001 From: Anthony Eid <56899983+Anthony-Eid@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:47:59 -0400 Subject: [PATCH] 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 --- docs/src/languages/php.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/languages/php.md b/docs/src/languages/php.md index b2b8dffcf1b973f769d2900c21385804fbb4394f..1d7de27c5480421e2bc4d1f150a0b6d04a5ee49c 100644 --- a/docs/src/languages/php.md +++ b/docs/src/languages/php.md @@ -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",