Current situation: I'm using PhpStorm and PHPstan. I want to start analysis via PhpStorm and want the output in PhpStorm's terminal. So far so good, that's not a problem.
Now I want to use PHPstan's feature to output the files as URL (via editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'). Using this config the correct string is printed in PhpStorm's terminal, but the URL is not intractable and is written out. When I use the command in a normal Linux terminal everything works as expected. But for workflows sake I would like this in PhpStorm's terminal.
Is there any way to tell PhpStorm's terminal to interpret the link? It works with normal https-links...
Output - IDE-Terminal:
Output - Normal Terminal:

