microsoft / vscode-maven

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

put common goals into submenu #954

Closed Eskibear closed 1 year ago

Eskibear commented 1 year ago

image

nickzhums commented 1 year ago

is it possible to put a dotted line, or just a line to group the "most common" goals together? for example, i imagine "clean package install" will be way more popular than "test-compile, site, deploy".

Eskibear commented 1 year ago

Technically it's feasible to do that.. For each entry here we register a corresponding command. If you do think that's necessary, then we need a list of those popular commands.

nickzhums commented 1 year ago

Can we do this

image

Eskibear commented 1 year ago

yes, of course.

Eskibear commented 1 year ago

image

@nickzhums Are you OK with it?