I'm very happy that this feature has gained so much popularity, but I admit that I expected full support, not just minimalistic support. When using containers, you also need to rewrite paths:
docs
'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/projects/my_project/'

It would be best if these pairs could be passed in server environment variables (docker image):
IDE_SCHEMA="phpstorm"
IDE_MAPPING="/var/www/app/>/projects/my_project/;/App/>/projects/another_project/"
I'm very happy that this feature has gained so much popularity, but I admit that I expected full support, not just minimalistic support. When using containers, you also need to rewrite paths:
docs
It would be best if these pairs could be passed in server environment variables (docker image):