-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin not working after update to 2022.01 #495
Comments
I think I will have to wait until 2022.1 comes out before chasing down the bug because it might be in there code. I can't even figure out how to test against that as I don't know what the appropriate version number is in the plug-in development properties. |
@parrt version number is 221.4906.8, and if you want to test against latest EAP, try removing the version property in the build.gradle file, and that will make the intellij plugin use the latest EAP snapshot |
You basically want to remove this line: intellij-plugin-v4/build.gradle Line 28 in c26ad76
Then you may probably reproduce the bug |
Here's a snapshot that should fix the issue: |
@bjansen thank you very much. 🙇🏼♀️ |
@ice1000 does it fix? That would be great. |
Does! |
Thank you guys! |
Thanks, the snapshot "https://github.com/antlr/intellij-plugin-v4/files/8192836/antlr-intellij-plugin-v4-1.18-SNAPSHOT.zip" installs and at first pass seems to work fine |
As soon as you open IntelliJ you get the following exception.
IDE: IntelliJ IDEA Community Edition (2022.01 EAP)
Plugin: ANTLR v4 (1.17)
The text was updated successfully, but these errors were encountered: