Describe the bug
The quick start conf doesn't work anymore. I had to remove :after lsp in the lsp-java block.
Doesn't work:
(use-package lsp-java
:ensure t
:after lsp
Works:
(use-package lsp-java
:ensure t
; :after lsp
To Reproduce
GNU Emacs 27.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32) of 2020-02-27
- clean
elpa++
- copy and paste the quick start
.el and open a Java file from a Maven project
- LSP isn't enabeld
Expected behavior
- LSP is enabled
- the user is asked what to do with the Maven project in which the opened file resides