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

fix: add explicit ordering for stream processor context menu actions #654

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

pulkitkalra-mdb
Copy link
Contributor

VSCODE-510

Description

The order of context menus on the stream processor were ordered alphabetically. This PR adds explicit ordering to ensure the order is 'Start -> Stop -> Drop'.

This follows the existing ordering pattern which uses numbers (1, 2, 3 etc) as group name identifiers.

Screenshot 2024-01-11 at 4 27 15 pm

@pulkitkalra-mdb pulkitkalra-mdb merged commit dab9c53 into main Jan 11, 2024
5 checks passed
@pulkitkalra-mdb pulkitkalra-mdb deleted the VSCODE-510 branch January 11, 2024 22:59
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 this pull request may close these issues.

2 participants