Ivan Yonchovski
Ivan Yonchovski
You may use json (the vscode format) and keep the configuration in launch.json. You may persist it in elisp file or in your `.spacemacs` and load it.
delete packages/restart emacs/install packages.
That issue was reported multiple times and it goes away after restart. It is caused by package.el inefficiency when updating.
@goldfita does it happen when you do M-x lsp-start-plain?
> That error is caused by elpa being down. M-x lsp-start-plain will start clean emacs and it will install packages. The issue you have is that you install the packages...
It is actually the server not being able to start - if you run the server in the terminal it will end up with the same result. You may use...
Willing to provide a pr to add a configurable variable for that?
@dschrempf use M-x toggle-debug-on-error to find where the error comes from
@ahmedriza that would fix it: https://github.com/emacs-lsp/lsp-java/pull/431
Did you use something like autosave?