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

Project picker: duplicate entries in case of multiple projects loaded to workspace #281

Open
gagara opened this issue Apr 10, 2024 · 0 comments

Comments

@gagara
Copy link
Contributor

gagara commented Apr 10, 2024

If I have multiple projects loaded to workspace and they have modules named identically, e.g.:

project_1
  service
  client
project_2
  service
  client

then when project picker is opened (for example for update project command) I have following list in picker:

[ ] service
[ ] client
[ ] service
[ ] client

in this case it is hard to understand to which project each module corresponds.

Expected/proposed Result

To have in picker something like

[ ] project_1/service
[ ] project_1/client
[ ] project_2/service
[ ] project_2/client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant