From 21b809e874bdbf7dc6867370fd4983e5ecc59e30 Mon Sep 17 00:00:00 2001 From: Grzegorz Korba Date: Sun, 12 Jun 2022 01:39:30 +0200 Subject: [PATCH] Information about `rel_file` support in `editorUrl` Covers changes from phpstan/phpstan-src#1414 --- website/src/user-guide/output-format.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/src/user-guide/output-format.md b/website/src/user-guide/output-format.md index aa927c709f..c0d03cc2e4 100644 --- a/website/src/user-guide/output-format.md +++ b/website/src/user-guide/output-format.md @@ -57,4 +57,12 @@ parameters: editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%' ``` + + To make the text really clickable in your terminal you might need to register the protocol in your system; see [eclemens/atom-url-handler](https://github.com/eclemens/atom-url-handler) for an example.