Alex Boyko
Alex Boyko
@MahatmaFatalError A parameter is to be added to a constructor if the constructor meets the following criteria: 1. No constructors. Constructor is created and is not annotated. 2. Only one...
Do you start STS with java 17 JRE or JDK? Seems to me that `D:\RD\Spring\sts-4.13.0.RELEASE\\plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.1.v20211116-1657` is a path to JRE. Can you perhaps point your `vm` arg to JDK? Live...
Might be related to the Rewrite integration... parsing and then reconciling. However, not sure if perform any of the Rewrite recipes or parsing in a job except for applying recipes...
Background job seems like some non-terminated progress... i.e. exception thrown but finally block missing progress done... something around this
This should fix the annoying background job: 1f4822228aaff7da4e0f6f86fc76f3460778f642
Ouch... yes indeed the issue is about the garbled live hovers as well. This part will be probably more difficult to address :-\
@MarcSerret51 which version of vscode? What is the OS (Win? OSX?) What is the path of the project you're opening in VSCode? The error is JSON RPC issue... content length...
Fixed with aadf4a0bd4122d31711ca462a70aadf6256f9def
@MunekazuF it is just `-Xlog:jni+resolve=off` in 1.39. I'll have a look but if you provide your own `-Xlog:jni+resolve` and -`Xlog` they should be respected. Do you mind starting `jconsole` and...
My understanding is that you'd like `-Xlog:disable` to be one of the VM args for the boot ls process, correct? You've tried adding `-Xlog:disable` via `"spring-boot.ls.java.vmargs": [ "-Xlog:disable" ]` in...