How to show/hide run configuration based on user settings?
There are a plenty of run configuration defined in our plugin. We do not want entire of them shown all the time. Their visibility will depend on some user settings.
We now use an implementation to return empty result in the factory method for the hidden run config. However this will throw an exception when producer.
Is there other approach for this requirement?
Please sign in to leave a comment.
Could you please specify the IDE version and the exact API where you return "empty result"?