Change run icon and disable java run configuration
Hi,
is there a way to change the default run/debug icons in the EditorPopupMenu?
I registered a RunConfigurationProducer in the plugin.xml and it works just fine, but I would like to disable the default run/debug producer for java. Is this even possible? If so, how do I manage to do this? Thanks in advance.
-Tim
Please sign in to leave a comment.
Right now there is no API to disable the standard Java run configuration producer.
Ok thanks!
Is this still impossible? This is a pain for projects that Intellij can't easily build on its own, as it throws end users into a poor experience. We have our own configurations, but our devs still want to click the green arrows. If there was a way to override the default Java Run Configurations that would be the most seamless.
Is this feature available in the latest version? If so how can we disable some run configuration created by other plugins?