Skip to content

Commit 05935d8

Browse files
committed
Add vscode editor to ide config
1 parent 9610d10 commit 05935d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public function load(array $configs, ContainerBuilder $container)
184184
'sublime' => 'subl://open?url=file://%%f&line=%%l',
185185
'phpstorm' => 'phpstorm://open?file=%%f&line=%%l',
186186
'atom' => 'atom://core/open/file?filename=%%f&line=%%l',
187+
'vscode' => 'vscode://file/%%f:%%l',
187188
);
188189
$ide = $config['ide'];
189190

0 commit comments

Comments
 (0)