Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gander opened this issue Jul 9, 2024 · 2 comments
Open

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

gander opened this issue Jul 9, 2024 · 2 comments
Assignees
Labels

Comments

@gander
Copy link

gander commented Jul 9, 2024

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:https://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
Copy link
Author

gander commented Jul 9, 2024

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
Copy link
Member

Kreezag commented Jul 10, 2024

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.

@Kreezag Kreezag self-assigned this Jul 13, 2024
@Kreezag Kreezag added enhancement New feature or request feature usability labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants