10000 feature #28679 [FrameworkBundle] Add vscode editor to ide config (lex… · symfony/symfony@32265dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 32265dd

Browse files
feature #28679 [FrameworkBundle] Add vscode editor to ide config (lexcast)
This PR was merged into the 4.2-dev branch. Discussion ---------- [FrameworkBundle] Add vscode editor to ide config | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#10424 <!-- required for new features --> <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Support for uri handler (added [here](microsoft/vscode#15320)) in vscode editor. Commits ------- 05935d8 Add vscode editor to ide config
2 parents 9610d10 + 05935d8 commit 32265dd

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)
0