Roland Grunberg
Roland Grunberg
I would go first to Tycho 2.7.5, but even this would require us to bump the builds to use a Java 11 runtime (3.x requires Java 17) : https://github.com/eclipse/lemminx/blob/8ff2d089ce101666b924fa8581e70b025a6c4339/Release.jenkins#L4 https://github.com/eclipse/lemminx/blob/8ff2d089ce101666b924fa8581e70b025a6c4339/Jenkinsfile#L4...
Is this the regression in https://github.com/eclipse-jdt/eclipse.jdt.debug/issues/33 ? Should be fixed for 4.24 M3.
@schrieveslaach , seem reasonable ? I'd be happy to merge a PR if it preserves the same behaviour and makes support a bit easier on macOS.
@testforstephen , can this be used to avoid having vscode-pde rebuilding the workspace unnecessarily ? How would vscode-pde set this property, since it only contributes to JDT-LS via `bundles`, and...
Ok, so then we can't merge this PR in the current form. What we really need is a nice way for JDT-LS to detect whether a bundle extension wants to...
Updated https://github.com/eclipse/eclipse.jdt.ls/issues/21#issuecomment-973667918 based on some additional areas of interest.
I was able to reproduce as well. one of the projects is not detected. ``` !ENTRY org.eclipse.jdt.ls.core 1 0 2022-08-24 22:40:36.333 !MESSAGE Importing Maven project(s) !ENTRY org.eclipse.jdt.ls.logback.appender 1 0 2022-08-24...
If this isn't going to happen, then let's close it for now and maybe we can re-evaluate in the future. This is different than listing known clients in https://github.com/eclipse/eclipse.jdt.ls#clients, since...
Currently in Eclipse (JDT), there is no code to do this automatically as a cleanup, or on save. Only resolving it on the diagnostic/error marker. However, the important logic in...
Not sure how I managed to close this. I'll re-create and merge now.