Custom plugin vendor's URL does not work in "IDE Internal Errors" window

Answered

Hi, I am developping a Gradle plugin for IntelliJ IDEA. When an Exception is thrown by my plugin, the “IDE Internal Errors” window is displayed with the message This plugin is not a production of Jetbrains. Please report the problem to <vendor_name>. The <vendor_name> should be a clickable link but when I click on it, it does nothing. In the plugin.xml file of my plugin,  I defined the vendor's name with an URL and an email, as decribed in https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html#idea-plugin__vendor. and when I execute the `runIde` Gradle task, the vendor's link correctly works, my issue only occurs when I build my plugin and install it in IntelliJ IDEA. How can I fix this issue ?

0

Please sign in to leave a comment.