-
Notifications
You must be signed in to change notification settings - Fork 401
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
Update target platform to 4.25-I-builds #2128
Conversation
Signed-off-by: Snjezana Peco <[email protected]>
Not sure if it is the issue with my local environment. After updating the target platform, I cannot launch the JDT.LS using PDE. With a lot of // cc @testforstephen |
This reverts commit 18ea9fb.
@jdneo I can't reproduce the issue. Could you try to clean your workspace? |
Still not working after cleaning workspace cache. BTW, I'm using PDE in VS Code and launch from the file |
I have created a vsix. |
Have no idea why, but so far both @CsCherrYY and me encountered the same problem. 🤔 Will take a look and update here if we find anything. |
I'm also facing issues when using vscode-pde to launch JLS from |
Adding the following bundles to the dependencies list of
|
@testforstephen You could create a separate launch configuration. |
I was able to reproduce in Eclipse once I cleaned my target platform. I only needed :
which is also confirmed by doing a build of the language product. Also, looks like |
- Fixes eclipse-jdtls#2128 - Add it as a quick-fix for UnclosedCloseable & PotentiallyUnclosedCloseable as well as UnhandledException & UnhandledExceptionOnAutoClose as a quick-assist - Add testcase Signed-off-by: Roland Grunberg <[email protected]>
Yes, only these three bundles are necessary. |
Just FYI, after adopting new target platform, we can now have more concrete type candidate when completion for an interface: completion.mp4 |
Nice :) ( eclipse-jdt/eclipse.jdt.core#15 ) |
Fixes #2127
Signed-off-by: Snjezana Peco [email protected]