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

output: Fallback to sorting workspaces alphabetically #7972

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

epontan
Copy link

@epontan epontan commented Feb 11, 2024

Currently the order of unnumbered workspaces is the order they were created. This is a bit unintuitive for workflows where workspaces are created and named dynamically.

Instead of treating all unnumbered workspaces equal, fallback to sorting them alphabetically based on the name of the workspace. This will make the ordering more deterministic regardless of the order they were created.

This change will probably go unnoticed for a lot users since most people are using static workspace configuration connected to numbers. However it is a great improvement for workflows that create new workspaces on the fly with an associated name.

Currently the order of unnumbered workspaces is the order they were
created. This is a bit unintuitive for workflows where workspaces are
created and named dynamically.

Instead of treating all unnumbered workspaces equal, fallback to sorting
them alphabetically based on the name of the workspace. This will make
the ordering more deterministic regardless of the order they were
created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant