From a7691cfcb78c7c170bb5bda3bd46227f4ffb4103 Mon Sep 17 00:00:00 2001 From: Chung Date: Thu, 4 Dec 2025 05:02:39 +0900 Subject: [PATCH 1/2] Update debugbar configuration to include additional supported editors --- config/debugbar.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/debugbar.php b/config/debugbar.php index 8ce799a8..4c8155fe 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -56,10 +56,11 @@ | | Choose your preferred editor to use when clicking file name. | - | Supported: "phpstorm", "vscode", "vscode-insiders", "vscode-remote", - | "vscode-insiders-remote", "vscodium", "textmate", "emacs", - | "sublime", "atom", "nova", "macvim", "idea", "netbeans", - | "xdebug", "espresso" + | Supported: "sublime", "textmate", "emacs", "macvim", "codelite", + | "phpstorm", "phpstorm-remote", "idea", "idea-remote", + | "vscode", "vscode-insiders", "vscode-remote", "vscode-insiders-remote", + | "vscodium", "nova", "xdebug", "atom", "espresso", + | "netbeans", "cursor", "windsurf" | */ From 3e64d4dcd58bcc7eb62c6408af2073ac69b2b196 Mon Sep 17 00:00:00 2001 From: Chung Date: Thu, 4 Dec 2025 05:08:09 +0900 Subject: [PATCH 2/2] Update debugbar.php --- config/debugbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debugbar.php b/config/debugbar.php index 4c8155fe..b49fbc98 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -60,7 +60,7 @@ | "phpstorm", "phpstorm-remote", "idea", "idea-remote", | "vscode", "vscode-insiders", "vscode-remote", "vscode-insiders-remote", | "vscodium", "nova", "xdebug", "atom", "espresso", - | "netbeans", "cursor", "windsurf" + | "netbeans", "cursor", "windsurf", "zed", "antigravity" | */