-
Notifications
You must be signed in to change notification settings - Fork 83
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
Run/ Debug Configurations tab Plug-ins issue #311 #746
Run/ Debug Configurations tab Plug-ins issue #311 #746
Conversation
@lathapatil thanks for this fix. In general it looks good to me, but I couldn't test it yet. |
Test Results 264 files - 6 264 suites - 6 48m 43s ⏱️ - 15m 42s For more details on these failures, see this check. Results for commit c2d2ad9. ± Comparison against base commit ec3cb35. ♻️ This comment has been updated with latest results. |
Hi @lathapatil , |
@alshamams Thanks for the confirmation |
what does this mean |
In Run/Debug configurations when changing Start Level/ Auto-Start for some plug-ins and apply the changes, and closing and reopening the popup will make changes to disappear provided "Only show selected" is selected. Fixes eclipse-pde#311
2b80d86
to
c2d2ad9
Compare
I also tried it and it works as desired and fixes the mentioned issue. But since
I think this is just a false note. Probably the check gets confused due to the random/unrelated failure. So this is not a blocker. |
Didn't know that it is a goal to "negatively impact other users" :-D |
Thank you @lathapatil.
Oh course I meant not impacted, it was a little late.😅 |
I landed it based on the assumption that the suggestion was for a future PR. hope nothing is broken! |
We'll see. In case it is, it just needs to be fixed. :) |
In Run/Debug configurations when changing Start Level/ Auto-Start for some plug-ins and apply the changes,
and closing and reopening the popup will make changes to disappear provided "Only show selected" is selected.
Fixes #311