Fred Bricon

Results 583 comments of Fred Bricon

upstream issue: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4469

Not sure output channels are a good fit here. Using a terminal allows for each active process to be updated on a single line. It's easier to visually parse, rather...

vscode progress doesn't scale when you have tens of parallel processes, a dedicated "view" fits better

This is weird as vscode-java doesn't touch the "terminal.integrated" preference (you can do a code search on this repo). Can you try to: - remove terminal.integrated.defaultProfile.linux from your settings -...

smells like a classloading issue to me https://stackoverflow.com/questions/26213457/resourcemanager-class-mismatch-when-using-velocity-as-osgi-bundle I'm not sure we can do anything about it. @snjeza can you take a look?

Eclipse JDT doesn't mess with the fenced code block during formatting, so this is a bug in jdt.ls. @snjeza can you please take a look?

@snjeza what about that: https://github.com/user-attachments/assets/1ad1dbcd-de7b-45d4-a47e-f8c51d82fc80 ^^ is a java 25 project

@snjeza thanks for checking. I opened https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4507

waiting for https://github.com/eclipse-jdt/eclipse.jdt.core/pull/4418 to be merged upstream, then we can update jdt.ls with the fix

issue is still reproducible with the stock buildship-based gradle support, but goes away when using the gradle build server from [vscode-gradle](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle) ( `"java.gradle.buildServer.enabled": "on"`)