Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

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

Open
matifali opened this issue Nov 12, 2024 · 0 comments
Open

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

matifali opened this issue Nov 12, 2024 · 0 comments

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
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant