Module extensions in workspace config are not loaded if the modules are a dependency of another module listed before
For example:
"armarx": {},
"armarx/RobotAPI": {
"features": [
"ds-obstacle-avoidance"
]
},
The features are not be added to RobotAPI because it is a dependency of armarx. This is a bug