buggregator / frontend

Buggregator UI
https://buggregator.dev/
15 stars 8 forks source link

[FEATURE] Full support for open link in IDE #198

Open gander opened 1 month ago

gander commented 1 month ago

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/'

obraz

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/"
gander commented 1 month ago

I'll explain why more mappings: I use one buggregator instance per project, and I always have one project running, so one mapping is enough for me, but I suspect there are users who may use one buggregator instance, for multiple projects, and would like to be able to map multiple paths.

Kreezag commented 1 month ago

Hi @gander Thanks for this offer. We had the plan to move initial state of this functionality to the back-end side. But it may take some time. Improvements like this are second priority in our scope.