Skip to content

Commit

Permalink
Add cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed May 29, 2024
1 parent f5d24c1 commit 5e11c11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Config/IgnitionConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5e11c11

Please sign in to comment.