-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support IntelliJ IDEA 2025.1 #1233
Comments
I started investigating this issue and ran a build with
So while migrating to the latest version changes need to be done in this. |
I reviewed the JetBrains documentation, but it doesn't provide much additional information at this time. It’s possible they may update it with more details later. |
@anusreelakshmi934 We probably need to provide menuAction support for version 2025.1 as well. For now, we must support both the current and previous menu actions. Starting with future releases (from 2025.2 onward), we can support only the latest menu action and remove the conditions. In the meantime, we need to update the condition as follows:
@TrevCraw @turkeylurkey Could you please comment on this? |
@dessina-devasia I've updated our code to include the condition check for 2025.1. Here is the GHA build, which is still in progress. However, when I tested it locally, the previously failing tests passed. |
We are also encountering some intermittent issues in some tests. They are having
In this build both |
Investigate to find any issues with LTI integration for IntelliJ IDEA 2025.1. Make sure to perform both automated and manual testing. Open new issues and track them here.
The 2025.1 EAP build can be found here: https://www.jetbrains.com/idea/nextversion/
The text was updated successfully, but these errors were encountered: