vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Add support for updating multiple projects in a workspace

Open gayanper opened this issue 3 years ago • 3 comments

When working with multimodule project or multiple projects in a single workspace, It would be really handy to have a global Update project command to update all projects in the workspace.

One quick suggestion is to add a command in the project view after Clean Workspace.

gayanper avatar May 20 '22 08:05 gayanper

Could you give more description about: update all projects? What should be the expected result after triggering that?

jdneo avatar May 20 '22 08:05 jdneo

When i trigger this new command i would expect the current update command to run on all projects. Today the update command update maven dependecies and update the classpath configuration.

gayanper avatar May 20 '22 08:05 gayanper

I see. Thanks for the explanation.

jdneo avatar May 20 '22 09:05 jdneo