Skip to content

Commit 8213714

Browse files
committed
minor #10424 Mention vscode on IDE config (lexcast)
This PR was merged into the master branch. Discussion ---------- Mention vscode on IDE config <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> See symfony/symfony#28679 Commits ------- 0fdbdbb Update framework.rst
2 parents 94924b7 + 0fdbdbb commit 8213714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ ide
261261
Symfony turns file paths seen in variable dumps and exception messages into
262262
links that open those files right inside your browser. If you prefer to open
263263
those files in your favorite IDE or text editor, set this option to any of the
264-
following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs``
265-
and ``atom``.
264+
following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs``,
265+
``atom`` and ``vscode``.
266266

267267
.. note::
268268

0 commit comments

Comments
 (0)