Skip to content

Commit 5ddff44

Browse files
mathopOskarStark
authored andcommitted
Fix JetBrains Toolbox deeplink example
1 parent 57e50c3 commit 5ddff44

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)