AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Plugin not compatible with PyCharm 2022.1.2 #128

Open gpongelli opened 2 years ago

gpongelli commented 2 years ago

Hi, first of all, thanks for this awesome PyCharm plugin !

Since last PyCharm 202.1.2 update I'm receiving the following error about plugin incompatibility; this is the error I get from PyCharm baloon:

Plugin 'Robot Framework Support' (version '0.27') is not compatible with the current version of the IDE, because it requires build 213.* or older but the current build is PC-221.5787.24

My PyCharm info:

PyCharm 2022.1.2 (Community Edition) Build #PC-221.5787.24, built on May 31, 2022 Runtime version: 11.0.15+10-b2043.56 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2032M Cores: 8 Non-Bundled Plugins: robocorp.lsp.intellij (0.48.2) net.seesharpsoft.intellij.plugins.csv (2.18.2) com.jetbrains.plugins.ini4idea (221.5787.15) com.carbonblack.intellij.rpmspec (2.0.0) ru.meanmail.plugin.requirements (2022.3-2022.1)

Is it possible to upgrade the plugin, so it can be used with public PyCharm version ?

Thanks.