vanniuner

Results 49 comments of vanniuner

Upgrade jdtl to jdt-language-server-1.22.0-202304131553.tar.gz, and fixed lombok version . I retest this bug https://github.com/eclipse/eclipse.jdt.ls/issues/2591 and the issue persists The jdtl process command ``` /Users/van/soft/jdk-17.0.6.jdk/Contents/Home/bin/java -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Dlog.protocol=true -Dlog.level=ALL -javaagent:/Users/van/Desktop/lombok.jar...

> @vanniuner could you check lombok [edge release](https://files.projectlombok.org/edge/org/projectlombok/lombok/edge-SNAPSHOT/lombok-edge-20230416.233349-1.jar) ? See https://projectlombok.org/download-edge [1.18.26](https://projectlombok.org/downloads/lombok.jar) this works well but this one can not startup jdt. https://projectlombok.org/lombok-edge.jar

> Do you have a sample project somewhere that could be used to reproduce this issue ? @rgrunber Thanks for your helping. I accept the different maven sub module name,...

the most important thing in doom emacs is unpin lsp-java package

I have , but the autosave policy is per 10 seconds

I've never used this command ever. And can not found this commad in my environment. Just curious what this command is used for.

It seems do not caused by lsp-java. I can't find a hook named lsp-save-hook. did other file have this error eithor when you save them? If so check your emacs...

I found the pom.xml in this project and install jdtls handle. It works, but what makes this issue happen is still a question. ``` /Users/van/soft/apache-maven-3.6.1/bin/mvn -Djdt.js.server.root\=/Users/van/lsp-java/ -Djunit.runner.root\=/Users/van/.emacs.d/.local/cache/eclipse.jdt.ls/test-runner/ -Djunit.runner.fileName\=junit-platform-console-standalone.jar -Djava.debug.root\=/Users/van/lsp-java/bundles clean...

recently , I found this issues related to `lsp-semgrep-languages`. last week I installed semgrep, because there always have an error about lsp-semgrep not found even I dont know what's it.Then...

I found it's related to `lsp-enable-file-watchers`, when the value is nil ,the eldoc disppeared. and when it's t, every time lsp server startup there have a hint to choose wheather...