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

Allow multiple IDEs buttons for the jetbrains-gateway module #338

Open
matifali opened this issue Nov 12, 2024 · 0 comments · May be fixed by #339
Open

Allow multiple IDEs buttons for the jetbrains-gateway module #338

matifali opened this issue Nov 12, 2024 · 0 comments · May be fixed by #339
Assignees
Labels
module-idea A new module idea or suggestion

Comments

@matifali
Copy link
Member

matifali commented Nov 12, 2024

Problem Description

The JetBrains Gateway module currently provides a coder_parameter to select a single preferred IDE, adding a button on the workspace page for launching that IDE. Some users have requested the ability to configure and display multiple IDE options. However, implementing this feature requires support for a multi-select option in coder_parameter, which is dependent on the upcoming coder/coder#5540 feature.

Desired Solution

  • Option A: Hide the coder_parameter if more than one default IDE is provided and add a button for each configured IDE directly on the workspace page.
  • Option B: Once Multi-select coder_parameter coder#5540 (multi-select for coder_parameter) is available, allow users to select multiple IDEs from a multi-select dropdown. Only display buttons for IDEs selected in this multi-select dropdown on the workspace page.

This change will allow users to select and display multiple IDEs efficiently, providing a more flexible and user-friendly workspace setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module-idea A new module idea or suggestion
Projects
None yet
1 participant