Custom plugin vendor's URL does not work in "IDE Internal Errors" window
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 ?
Please sign in to leave a comment.
Hi Denis,
It looks like a bug. Please vote and follow: https://youtrack.jetbrains.com/issue/IJPL-976/Vendor-link-in-the-IDE-Internal-Errors-is-not-clickable