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

Prompt selection when there are multiple Liberty run configs and Start... is selected #167

Open
kathrynkodama opened this issue Nov 24, 2022 · 1 comment · May be fixed by #529
Open

Prompt selection when there are multiple Liberty run configs and Start... is selected #167

kathrynkodama opened this issue Nov 24, 2022 · 1 comment · May be fixed by #529
Assignees
Labels
enhancement New feature or request

Comments

@kathrynkodama
Copy link
Contributor

Currently when Start... is selected, if >1 Liberty run config exists, the currently selected run config in the run config view is chosen. If the currently selected run config does not map to the same Liberty module, the first run config in the list will be chosen.
Enhancement will be to allow the user to choose between the valid run configs.
image

@Rahul-Biju
Copy link
Contributor

Rahul-Biju commented May 13, 2024

Branch Link : https://github.com/Rahul-Biju/liberty-tools-intellij/tree/%23167_customStart-projectOptions

I did implemented a prototype design:

While clicking START… -> it will list the run configuration project list.

Screenshot 2024-05-13 at 1 25 38 PM

Design approach was then reviewed by the team

Next step : further discussion is needed to improve on the design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment