microsoft / vscode-maven

VSCode extension "Maven for Java"
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven
Other
182 stars 89 forks source link

Simplify workflow running favorite command #908

Closed Eskibear closed 1 year ago

Eskibear commented 1 year ago
  1. 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.
  2. In Maven explorer, present command as label. Add a description if alias is present.
  3. When adding favorite commands, don't ask for an alias.
Eskibear commented 1 year ago
image