code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Dub dependencies view does not work well with multiple configurations

Open andre2007 opened this issue 6 years ago • 0 comments

In my project I have 3 configurations, 1 for local builds, 1 for production builds on build server and 1 unittest configuration.

As these configurations have the same dub dependencies specified, I see my dependencies in the DUB dependencies view 3 times.

Possible solutions:

  • Show in DUB dependencies view also the configurations and add the dependencies as children of the configurations. As benefit, the current selected configuration could be retrieved while pressing button Add dependency and the new dependency is added into the correct configuration.
  • Show each dependency only once

andre2007 avatar Dec 05 '19 09:12 andre2007