How to hide configurationType?

Answered

Hi! 

I want to hide my registered ConfigurationType,Does the idea have an interface to implement this function?

0
2 comments

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.

0

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

 

0

Please sign in to leave a comment.