Skip to content

Commit fe8503e

Browse files
committed
minor #19357 Fix JetBrains Toolbox deeplink example (mathop)
This PR was submitted for the 7.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- Fix JetBrains Toolbox deeplink example The example from the docs doesn't work anymore. Here's the new format: https://youtrack.jetbrains.com/issue/TBX-2058/Browser-links-to-phpstorm-load-previous-version-after-update-to-EAP#focus=Comments-27-3492880.0-0 Commits ------- 5ddff44 Fix JetBrains Toolbox deeplink example
2 parents 57e50c3 + 5ddff44 commit fe8503e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
312312
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
313313
314314
// example for PhpStorm with Jetbrains Toolbox
315-
xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
315+
xdebug.file_link_format="jetbrains://phpstorm/navigate/reference?project=example&path=%f:%l"
316316
317317
// example for Sublime Text
318318
xdebug.file_link_format="subl://open?url=file://%f&line=%l"

0 commit comments

Comments
 (0)