Ivan Yonchovski
Ivan Yonchovski
It is not the emacs version. It is something in jdtls/java version. Can you try a different java version? (make sure to delete lsp-java-workspace-dir when switching versions). Can you remove...
You use `update-java-alternatives` binary (available on debian). This will allow also using `M-x lsp-start-plain`. (And again, don't forget to flush lsp-java-workspace-dir after each switch)
You may increase lsp-response-timeout and retry. But probably the server has failed and it should be reported upstream.
I asked @danielmartin to move it under `emacs-lsp` - https://github.com/emacs-lsp/lsp-mode/issues/472#issuecomment-440949055 . If user @danielmartin agrees I could do that and do the onboarding melpa request.
I just want to note that thanks to @danielmartin there is debugger support for swift in `dap-mode`. Here it is screenshot:
@johalun what is your issue when you do `M-x lsp` in swift mode file?
Please test with `M-x lsp-start-plain`
@bertulli yes, it should. I will comment it out for now.
I just commented the source of dapui.el. @bertulli it is not that simple, we should rework the extension code to use lsp-treemacs-generic it is structured in different way.
Do you have vterm installed? I think that if you install it and set externalConsole to true, then you will have your bash/zsh file loaded. If that doesn't work then...