Skip to content

Commit 0bfe0fd

Browse files
committed
feature #392 Updated the ide option to use the default open in browser (jeremyFreeAgent, javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Updated the ide option to use the default open in browser Related to symfony/symfony#19973 Commits ------- 2ee69c6 Added help about the framework.ide null value behaviour 3f4fcc7 Updated the help note about framework.ide 338e423 Updated the ide option to use the default open in browser
2 parents a69c38b + 2ee69c6 commit 0bfe0fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/config/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ parameters:
1919

2020
# Basic configuration for the Symfony framework features
2121
framework:
22-
# Uncomment the 'ide' option to turn all of the file paths in an exception
23-
# page into clickable links that open the given file using your favorite IDE.
24-
# Supported values are 'textmate', 'macvim', 'emacs' and 'sublime' shortcuts
25-
# and any custom configuration string, such as: "phpstorm://open?file=%%f&line=%%l"
22+
# The 'ide' option turns all of the file paths in an exception page
23+
# into clickable links that open the given file using your favorite IDE.
24+
# Supported values are 'phpstorm', 'sublime', 'textmate', 'macvim' and 'emacs'.
25+
# When 'ide' is set to null the file is opened in your web browser.
2626
# See http://symfony.com/doc/current/reference/configuration/framework.html#ide
27-
ide: sublime
27+
ide: ~
2828

2929
# When using the HTTP Cache, ESI allows to render page fragments separately
3030
# and with different cache configurations for each fragment

0 commit comments

Comments
 (0)