diff options
Diffstat (limited to '.env.dist')
| -rw-r--r-- | .env.dist | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ # DEBUG_BAR="1" // Enable to display the debug bar in development mode +# Enable the following to allow opening files from exception displays in your +# editor. Beware: You need to provide a full path for prefix your files since +# the exception only displays the relative path. +# +# Variables being substituted: %{file} and %{line} +# +# EDITOR_URL="phpstorm://open?file=<path-to-your-studip>/%{file}&line=%{line}" +# EDITOR_URL="vscode://file/<path-to-your-studip>/%{file}:%{line}:0 + # STUDIP_CACHING_ENABLE="" # STUDIP_CACHE_IS_SESSION_STORAGE="" # STUDIP_ENV="" |
