code-d
code-d copied to clipboard
Dub dependencies view does not work well with multiple configurations
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 dependenciesview also the configurations and add the dependencies as children of the configurations. As benefit, the current selected configuration could be retrieved while pressing buttonAdd dependencyand the new dependency is added into the correct configuration. - Show each dependency only once