From 0248df9a5436f9b0a8b6a853d0b9252e5c857879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20Miranda?= Date: Thu, 10 Oct 2024 15:45:54 -0600 Subject: [PATCH] Add cursor editor support --- src/DebugBar/DataFormatter/HasXdebugLinks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DebugBar/DataFormatter/HasXdebugLinks.php b/src/DebugBar/DataFormatter/HasXdebugLinks.php index ea4f7346..e806c507 100644 --- a/src/DebugBar/DataFormatter/HasXdebugLinks.php +++ b/src/DebugBar/DataFormatter/HasXdebugLinks.php @@ -125,6 +125,7 @@ public function setEditorLinkTemplate($editor) 'atom' => 'atom://core/open/file?filename=%f&line=%l', 'espresso' => 'x-espresso://open?filepath=%f&lines=%l', 'netbeans' => 'netbeans://open/?f=%f:%l', + 'cursor' => 'cursor://file/%f:%l', ); if (is_string($editor) && isset($editorLinkTemplates[$editor])) {