From 5ddff44d74c296dc08a65ac28241a681b3b3b8f4 Mon Sep 17 00:00:00 2001 From: Matheus Pedroso Date: Fri, 29 Dec 2023 18:03:34 -0600 Subject: [PATCH] Fix JetBrains Toolbox deeplink example --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 127b42b23f2..bbbbe41c419 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -312,7 +312,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your xdebug.file_link_format="phpstorm://open?file=%f&line=%l" // example for PhpStorm with Jetbrains Toolbox - xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l" + xdebug.file_link_format="jetbrains://phpstorm/navigate/reference?project=example&path=%f:%l" // example for Sublime Text xdebug.file_link_format="subl://open?url=file://%f&line=%l"