Results 884 comments of Ivan Yonchovski

It is hard to tell - the original author @sebastiencs is not active recently. I guess it is side effect from lsp-ui using flycheck API instead of lsp-mode's API. Not...

What you are suggesting sounds reasonable. I am not 100% sure if the sideline code for errors could be extracted to function and then combined with the other stuff that...

Can you try increasing the timeout in lsp-tcp-server-command?

To me it makes sense to render these. Especially, if vscode is rendering them, have you checked that?

@Yevgnen the way to put a breakpoint is to use `dap-breakpoint-toggle`

dap-auto-configure-mode is present in the latest sources, most likely you have old version of dap-mode. Can you try deleting every package related to lsp-mode/dap-mode, then restart emacs and install them...

Is changing dap-ruby-debug-program sufficient?

Can we remove that icon until the issue is fixed?

using lsp-jt-browser and lsp-jt-lens-mode (in combination with vanilla lsp lenses) will most likely work. Alternatively, you may write test wrapper(similar to dap-java-run-test-method) which does the right thing).

@mangkoran the easiest way is to create a maven project and import its project root.