Compatibility verification complains about PhpStorm
In a previous post, Jakub Chrzanowski fixed a problem with nested plugin dependencies, so now my plugin shows up correctly in the marketplace for CLion users, even though my plugin depends on the Python plugin. Nice!
I don't know if it's related, but within minutes of him telling me about the fix, I got a compatibility report complaining that com.intellij.modules.python is not in PhpStorm 2021.1.4 or IDEA IU-212.3724.25 and IU-212.4037.9.
Are those problems with the metadata for those releases, or do I need to declare that my plugin isn't compatible with them? If I have to declare that, how do I do so? All I can see a list of IDEA versions that I'm compatible with. I currently use this:
<idea-version since-build="193.4778.7"/>
My plugin declares these dependencies:
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.python</depends>
Thanks for the help.
Please sign in to leave a comment.