the setting is { alias: string, command: string }, which is tedious. It's a valid case that you want to run a command without think of an alias for it. Following action would be, making alias an optional field.
In Maven explorer, present command as label. Add a description if alias is present.
When adding favorite commands, don't ask for an alias.
{ alias: string, command: string }
, which is tedious. It's a valid case that you want to run a command without think of an alias for it. Following action would be, makingalias
an optional field.command
as label. Add a description ifalias
is present.