1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Add cursor editor support (#688)

This commit is contained in:
Roman Miranda 2024-12-12 05:21:27 -06:00 committed by GitHub
parent 39174ebe5f
commit 4d63fa8921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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])) {