diff --git a/app/config/config.yml b/app/config/config.yml index d5e8837bf..5f6a41e8a 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -19,12 +19,12 @@ parameters: # Basic configuration for the Symfony framework features framework: - # Uncomment the 'ide' option to turn all of the file paths in an exception - # page into clickable links that open the given file using your favorite IDE. - # Supported values are 'textmate', 'macvim', 'emacs' and 'sublime' shortcuts - # and any custom configuration string, such as: "phpstorm://open?file=%%f&line=%%l" + # The 'ide' option turns all of the file paths in an exception page + # into clickable links that open the given file using your favorite IDE. + # Supported values are 'phpstorm', 'sublime', 'textmate', 'macvim' and 'emacs'. + # When 'ide' is set to null the file is opened in your web browser. # See http://symfony.com/doc/current/reference/configuration/framework.html#ide - ide: sublime + ide: ~ # When using the HTTP Cache, ESI allows to render page fragments separately # and with different cache configurations for each fragment