Ivan Yonchovski
Ivan Yonchovski
I have similar issue on windows when using ^M line endings. Can you do the following: `M-: (set-buffer-file-coding-system 'undecided-unix nil)`, save the buffer, close the buffer and then open it...
That error matches my guess. Can you do `C-s C-q C-m RET`? Can you test with a new file? Can you test with another project (like this one https://github.com/emacs-lsp/lsp-mode/tree/master/test/fixtures/org-mode/java-project, make...
based on the screenshot you have selected wrong project root. Use M-x lsp-workspace-folders-add/remove and make sure that you have added the folder that contains pom.xml
can you try using lsp-start-plain.el as described here https://github.com/emacs-lsp/lsp-mode/issues/new?assignees=&labels=bug&template=bug_report.yml ? There is something in your enviroment that causing these issues, let's see if it will work with clean config.
Refer to https://emacs-lsp.github.io/lsp-mode/tutorials/how-to-turn-off/
Use M-x lsp-execute-code-action for executing code actions.
That is the right thing to do from lsp-mode's perspective. In general, lsp-ui method should go away. If you want to have a method that shows only the refactorings and...
This is dos protection. Issue should go away after some time.
is it reproducible after `M-x lsp-start-plain`?
Press `c` - you can ignore that error