Ivan Yonchovski
Ivan Yonchovski
program in this case is the program parameter which has to be passed in the template. Can you test after https://github.com/emacs-lsp/dap-mode/commit/c19da4d347114d19fd9cd77af3650bcec7d81b15 ?
most likely lsp-mode bug related to merging the information from both servers.
proposed fix at https://github.com/yyoncho/lsp-mode/tree/hover-java
I have to investigate the lsp-ui issue. Setting lsp-ui-doc-include-signature to t might fix the issue.
Then it seems like it is lsp-mode/lsp-ui bug.
I will merge https://github.com/yyoncho/lsp-mode/commit/06c5677a067666ba140451606040405fa972ce64 later today.
Good job! Can you update the readme (you may add a screenshot/gif as well)? The same goes for the acknowledgments section in the readme - feel free to add yourself.
Cool. > I need to add the ability to start/stop the react-native packager on dap-react-native.el If this is started per debug session we might need extending dap-mode.el to support running...
are the files under the current project root?
Is it reproducible with using `emacs -q -l lsp-start-plain.el` from here - https://github.com/emacs-lsp/lsp-mode/blob/master/scripts/lsp-start-plain.el ? (you will have to add haskell mode to the list of packages to install).