Skip to content

Commit

Permalink
Add cursor editor support
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmiranda committed Oct 10, 2024
1 parent 689720d commit 0248df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DebugBar/DataFormatter/HasXdebugLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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])) {
Expand Down

0 comments on commit 0248df9

Please sign in to comment.