-
Notifications
You must be signed in to change notification settings - Fork 212
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
Add ability to exclude and/or include the list of generators available #1272
Comments
@rathpc - interested in this. Is the issue that you don't see the generators you care about when you first open it up? I'm wondering if we could start prioritizing generators in the list based on your recent usage. |
@ZackDeRose actually I see them, the issue is that I don't want to see them all. Basically only showing workspace-generators is my exact use case |
I'm in the same boat here. Onboarding 50+ people will be a lot easier if there are 10 generators in the list. Currently, there are 41, and 31 of them aren't correct to use. |
I just came to say exactly this :) |
@Cammisuli thank you for the work on this! Do you have an idea of what version this will be released under and a rough date? |
@rathpc hopefully by Friday, or early next week. |
Description
Add the ability to exclude and/or include the list of generators available
Motivation
Currently when opening the list of Generators, it simply shows any and every generator available to you. This is great for power users, but for orgs where maybe only the custom workspace-generators are needed, it would be nice to limit what is shown in that list to make it easier to target using the correct ones.
Suggested Implementation
Add a configuration setting that can be passed a list of generators to explicitly show
Alternate Implementations
Or in addition to that and/or instead of that, add a configuration setting where you can pass a list of generators to hide from that list.
The text was updated successfully, but these errors were encountered: