Ivan Yonchovski
Ivan Yonchovski
Please provide detailed steps to reproduce.
moving the issue in lsp-ui. as a side note, using company-posframe will fix the issue.
See https://github.com/emacs-lsp/dap-mode/issues/46 . This is a limitation related to the fact that we are using eclipse che methods to resolve the test name and it does not provide the project...
Doing that: ``` (defun dap-java--run-unit-test-command (runner run-method?) "Run debug test with the following arguments. RUNNER is the test executor. RUN-METHOD? when t it will try to run the surrounding method....
I am considering switching from jdt eclipse che to jdt-ls + vscode extension bundles which will solve that issue. Also, eclipse-che-ls does not update the jdt-ls regularly which is a...
@yveszoundi > I think that it would be great if the LSP server itself would return the project "known real name" for a given "connection". The server should already know...
@iocanel It was reported that even a project root uri will do(I haven't tested that).
I am not sure what is the desired result. What the placement should be and so on. Can someone describe in more detail how they think that it should like,...
pushed a fix to avoid that issue. After it, it shouldn't be possible to hit it again.
we have updated that regex in lsp-mode we should probably eliminate the lsp-ui variable and use the lsp-mode one.