Results 884 comments of Ivan Yonchovski

On my side, it seems to work fine with flycheck(emacs 27.2/spacemacs) - it shows the error. Have you considered using a different frontend for flymake/flycheck. E. g. flycheck-posframe/flycheck-pos-tip?

> (lsp-eldoc-enable-hover t) That is the default. I tested with lsp-start-plain.el as described in the bug template and it works just fine (I had to disable lsp-ui).

I moved the issue in lsp-ui. Keep it open if your preference is to use lsp-mode in combination with lsp-ui and this issue is problematic for you.

@stevemolitor most likely eslint server is present.

I guess we can go and apply the changes as suggested in the table.

Should be fixed with https://github.com/emacs-lsp/lsp-ui/pull/475

Can you try turning off line numbers?

I guess https://github.com/emacs-lsp/dap-mode/issues/625 ?

Caused by: java.lang.UnsupportedClassVersionError: com/example/junit5/ServiceTest has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file...

So you are trying to run project compiled with java 11 with java 8...