Skip to content

Commit 2acc52f

Browse files
authored
Update framework.rst
1 parent 52cad10 commit 2acc52f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference/configuration/framework.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ some environment variable that stores the name of the IDE/editor:
197197
$framework->ide('%env(resolve:CODE_EDITOR)%');
198198
};
199199
200+
.. versionadded:: 6.1
201+
202+
The environment variable `SYMFONY_IDE` was introduced in Symfony 6.1.
203+
It is read by default when `framework.ide` config is not set.
204+
200205
Another alternative is to set the ``xdebug.file_link_format`` option in your
201206
``php.ini`` configuration file. The format to use is the same as for the
202207
``framework.ide`` option, but without the need to escape the percent signs

0 commit comments

Comments
 (0)