mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 13:00:42 +01:00
Add cursor editor support (#688)
This commit is contained in:
parent
39174ebe5f
commit
4d63fa8921
@ -125,6 +125,7 @@ trait HasXdebugLinks
|
||||
'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])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user