Skip to content

Commit d7dc8b4

Browse files
committed
[FrameworkBundle] Add atom editor to ide config
1 parent 26ccded commit d7dc8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public function load(array $configs, ContainerBuilder $container)
168168
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
169169
'sublime' => 'subl://open?url=file://%%f&line=%%l',
170170
'phpstorm' => 'phpstorm://open?file=%%f&line=%%l',
171+
'atom' => 'atom://core/open/file?filename=%%f&line=%%l',
171172
);
172173
$ide = $config['ide'];
173174

0 commit comments

Comments
 (0)