Skip to content

Commit 68f2e57

Browse files
authored
Add zed, windsurf editors template (#820)
* Add zed editor template * Add windsurf editor template
1 parent 6d206b5 commit 68f2e57

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Config/IgnitionConfig.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@ protected function getDefaultOptions(): array
219219
'label' => 'NetBeans',
220220
'url' => 'netbeans://open/?f=%path:%line',
221221
],
222+
'zed' => [
223+
'label' => 'Zed',
224+
'url' => 'zed://file/%path:%line',
225+
],
226+
'windsurf' => [
227+
'label' => 'Windsurf',
228+
'url' => 'windsurf://file/%path:%line',
229+
],
222230
'xdebug' => [
223231
'label' => 'Xdebug',
224232
'url' => 'xdebug://%path@%line',

0 commit comments

Comments
 (0)