vanniuner
vanniuner
I think run test by your own mvn test phase is better.
 Maybe it's case by your package-archives setting. use mine setting and have a try. ``` (setq package-archives '(( "gnu" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/" ) ( "org-cn"...
So , did jdtl 1.23 having some new features which you are expected , otherwise use 1.22.
Maybe you cloud use `lsp-workspace-folders-remove` and remove the project which is no needful. And use `lsp-workspace-restart` for restart your jdtls.
I'm developing a app through the broadcast bluetooth protocol, first time the connection is correct.But when device faraway from the computer,the `EnableNotifications` circulation do not invoke any more with no...
I confirmed the issue was caused by the lsp-workspace-command-execute function, which incorrectly handled null responses from the LSP server. The fix was implemented within lsp-mode to properly manage these cases....
第二个问题有人解决吗?官方也不出来给下解决方案?难道只能拼接sql。开发的体验不是体验。
got it , opencode has a mcp server , we just need to startup jdtls.
> For lombok jdtls you can use > > #!/bin/sh > DIR="$HOME/.local/share/opencode/bin/jdtls" > LAUNCHER=$(ls "$DIR/plugins/org.eclipse.equinox.launcher_"*.jar) > LOMBOK_JAR="$DIR/lombok.jar" > WORKSPACE="$HOME/.cache/jdtls/$(echo "$PWD" | md5sum | cut -d' ' -f1)" > > exec...