EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.72k stars 287 forks source link

Incompatible with 2022.3 EAP #504

Closed Alexsey closed 1 year ago

Alexsey commented 1 year ago

Environment(环境)

name version
IDEA version WebStorm 2022.3 EAP
EmmyLua version 1.3.7.2
OS OSX 12.6

What are the steps to reproduce this issue?(重现步骤?)

  1. Update the IDE to 2022.3 EAP

What happens?(出现什么问题?)

The plugin is not running and giving an alert "Incompatible: requires EDE build 222.* or earlier"

What were you expecting to happen?(期望?)

It would be nice if the plugin would work :)

Any logs, error output, etc?(有没有什么log, error输出?)

Screenshot 2022-10-21 at 13 33 44
CppCXY commented 1 year ago

Usually Intellij-Emmylua will only adapt within one week of the official version update, Or you can try changing the configuration to adapt to the EAP version

Alexsey commented 1 year ago

Thank you for the quick reply! I assume the minimal changes would be to change in build.gradle.kts in line 47 222.* to 223.* right?

CppCXY commented 1 year ago

yes, if that can pass compile.

Alexsey commented 1 year ago

Unfortunately, my local env is not compatible with the build process :( Considering that my pet project with Lua is on-hold, I'll probably wait for the official release. Thank you for your time