-
Notifications
You must be signed in to change notification settings - Fork 887
feat: support order
property of coder_app
resource
#12077
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
Conversation
@mtojek How will it affect the bultin coder_apps? Is the order controllable for them? |
You can only control custom ones, so it would be:
I can move Terminal to the 2nd position so that custom apps are aside. I'm happy to modify this idea if you have any proposals. |
Sounds good. I think there is no need to change anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes: #8994
This PR adjusts logic to sort
coder_app
s to preserve predefined order. Only custom apps are sorted, VS Code and Terminal stay as is.