How to hide configurationType?
Answered
Hi!
I want to hide my registered ConfigurationType,Does the idea have an interface to implement this function?

Please sign in to leave a comment.
This list presents all the available ConfigurationTypes that are applicable to the current project. That condition can be controlled via ConfigurationFactory#isApplicable(Project) method, which by default always returns true.
I use the ConfigurationFactory#isApplicable(Project) method, but the menu appears in Other, Is there a way to prevent this menu from appearing in Run/Debug Configurations?Jakub Chrzanowski