Ivan Yonchovski
Ivan Yonchovski
> (lsp-register-custom-settings '(("java.project.sourcePaths" "/Users/renato/some-project/src"))) Source paths an array: https://github.com/redhat-developer/vscode-java/blob/master/package.json#L475 So it should be something like `(lsp-register-custom-settings '(("java.project.sourcePaths" ["/Users/renato/some-project/src"])))` > This .classpath file is auto-generated by emacs somehow... would be nice...
Thanks for the heads up.
At this point, this is not possible, because lsp-java, dap-java are expecting a single jdtls instance.
you mean different java versions? IOW what is the problem you are trying to solve
The different versions of the jdk can be controlled by https://github.com/emacs-lsp/lsp-java/issues/254#issuecomment-665851027 Why do you need different jdtls versions?
> I've been pondering about this, too. My conclusion has mostly been that it should stay on the lsp-mode side, with the understanding that flycheck was one of the tools...
@fmdkdd thank you. > and my bandwidth for Flycheck is now extremely limited If you all agree that flycheck needs to support this feature lsp-mode team member could also put...
First, FYI we moved the flycheck checker in lsp-mode from lsp-ui and now lsp-mode is self-contained. > First: that list looks very nice; could you maybe point me to the...
> I think that's a link to just the screenshot :) Here it is the actual project: https://github.com/emacs-lsp/lsp-treemacs . It is implemented on top of lsp-mode api - using lsp-diagnostics...
I think that I misread your previous comment - yes, we can keep the flyckeck mechanism. > is that what you do? Yes.