No longer use Command.Name for disambiguation #21609

Open
opened 2026-01-31 07:49:29 +00:00 by claunia · 0 comments
Owner

Originally created by @PankajBhojwani on GitHub (May 1, 2024).

Originally assigned to: @PankajBhojwani on GitHub.

Description of the new feature/enhancement

Once #17162 merges, we will have unique ActionIDs for command disambiguation. This means we no longer need to use Command.Name for disambiguation and should update the following accordingly: Command, ActionMap, SettingsEditor, CommandPalette

Proposed technical implementation details (optional)

Any location where we use Command.Name to disambiguate commands we should be using their IDs instead

Originally created by @PankajBhojwani on GitHub (May 1, 2024). Originally assigned to: @PankajBhojwani on GitHub. # Description of the new feature/enhancement Once #17162 merges, we will have unique `ActionID`s for command disambiguation. This means we no longer need to use `Command.Name` for disambiguation and should update the following accordingly: `Command`, `ActionMap`, `SettingsEditor`, `CommandPalette` # Proposed technical implementation details (optional) Any location where we use `Command.Name` to disambiguate commands we should be using their IDs instead
claunia added the Issue-TaskProduct-TerminalArea-CodeHealth labels 2026-01-31 07:49:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21609