aboutsummaryrefslogtreecommitdiff
path: root/.env.dist
diff options
context:
space:
mode:
Diffstat (limited to '.env.dist')
-rw-r--r--.env.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/.env.dist b/.env.dist
index e22ca4d..7a425cb 100644
--- a/.env.dist
+++ b/.env.dist
@@ -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=""