Skip to content

Commit 338e423

Browse files
Updated the ide option to use the default open in browser
1 parent bd78793 commit 338e423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/config.yml

Lines changed: 2 additions & 2 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
22+
# The 'ide' option to turn all of the file paths in an exception
2323
# page into clickable links that open the given file using your favorite IDE.
2424
# Supported values are 'textmate', 'macvim', 'emacs' and 'sublime' shortcuts
2525
# and any custom configuration string, such as: "phpstorm://open?file=%%f&line=%%l"
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)