Open BorzdeG opened 2 years ago
I have the same issue with PyCharm 2022.2.2 CE.
There is an interesting bit in the error log:
Caused by: java.lang.UnsupportedClassVersionError: ski/chrzanow/foldableprojectview/projectView/FoldableTreeStructureProvider has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
I'm running PyCharm with Java 11 which is the version required by the pycharm package in Arch Linux. I'm not entirely sure why it's the case though, because the version bundled with pycharm if I download it directly from JetBrains is Java 17. The plugin works perfectly under Java 17.
GoLand: 2022.2 EAP (Build #GO-222.3218) Plugin version: 1.1.2 (+ manually corrected plugin.xml for its availability in GoLand 2022.2 EAP)