From 5e11c11f675bb5251f061491a493e04a1a571532 Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Wed, 29 May 2024 10:10:20 +0200 Subject: [PATCH] Add cursor --- src/Config/IgnitionConfig.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Config/IgnitionConfig.php b/src/Config/IgnitionConfig.php index 3d54faa5..2cedb803 100644 --- a/src/Config/IgnitionConfig.php +++ b/src/Config/IgnitionConfig.php @@ -203,6 +203,10 @@ protected function getDefaultOptions(): array 'label' => 'VS Codium', 'url' => 'vscodium://file/%path:%line', ], + 'cursor' => [ + 'label' => 'Cursor', + 'url' => 'cursor://file/%path:%line', + ], 'atom' => [ 'label' => 'Atom', 'url' => 'atom://core/open/file?filename=%path&line=%line',