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

请先登录再写评论。
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