diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-02-27 19:47:17 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2025-02-27 19:47:17 +0000 |
| commit | ea81d27a628a4c4df304bc3465ee057eeed85f80 (patch) | |
| tree | a00f8a6ba4d7b35c13e2ee00d68c0da7864de177 /.env.dist | |
| parent | 0896c2670d96dfe88c6a396ba4b333c547271a64 (diff) | |
allow file locations in displayed exceptions to be linked to your editor, fixes #5175
Closes #5175
Merge request studip/studip!3866
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="" |
