Improve ide update with smart dependency handling #945
Labels
dependency
Tool dependencies (if tool A requires tool B)
enhancement
New feature or request
update
related to updating software or the entire ide
Current behaviour
As we can see
Start: Install java
was invoked twice.The first time was because
tomcat
has a dependency onjava
and the second time because ofjava
itself.This is not a bug but it could be confusing for users. Also reading the log regarding the update of tomcat.
My idea would be as follwing:
The text was updated successfully, but these errors were encountered: