Ivan Yonchovski
Ivan Yonchovski
> This is pretty frustrating because sometimes I want to make surgical changes without reformatting everything, or reformat just a region in a certain file, but still have auto-format in...
> Are you suggesting I should move this discussion over to the jdt.ls issue tracker? Perhaps [this issue](https://github.com/eclipse/eclipse.jdt.ls/issues/1524)? What I saying is that you should not see automatic formatting using...
Can you try M-x debug-debug-on-entry RET lsp-format-buffer RET and paste the callstack.
Can you provide more details? What does unable to start lsp means? What java version does the project use (JDT LS supports 8+)?
Hm, I haven't tested with JDK 13 - it may need special adjustments - is this a requirement for you? Did you try to delete the workspace as well?
Can you provide the client-server logs? Also, what kind of project do you test with? Does it work fine with hello world application like this: https://github.com/emacs-lsp/dap-mode/tree/master/features/fixtures/test-project (if you clone the...
@sei40kr I checked the content of \*lsp-log\* and there is the following: ``` Feb 16, 2020, 12:02:52 PM Synchronize Gradle projects with workspace failed due to an error connecting to...
@sei40kr I have limited understanding about server internals - so if you get an error like that the best place to ask is in the JDT LS repo.
There should a callstack somewhere (most likely in lsp-log) or you will be able to see it by setting lsp-print-io to t and using lsp-workspace-show-log. I think in the end...
Please provide a sample project to reproduce the issue with.