emacs-lsp / lsp-metals

lsp-mode :heart: metals
https://emacs-lsp.github.io/lsp-metals
GNU General Public License v3.0
58 stars 33 forks source link

dap-ui-repl just returns the message `an implementation is missing` #43

Closed brakende closed 3 years ago

brakende commented 3 years ago

Describe the bug When I start a dap-ui-repl and want to evalutate an expression in the REPL I get the message an implementation is missing.

To Reproduce Steps to reproduce the behavior(sample project + file which can be used to reproduce the issue with.)

Create a simple Main object that extends app. Set a breakpoint. Start the debugging. Call M-x dap-ui-repl. Type 1.

Expected behavior Should evaluate to 1 instead of showing an implementation is missing

Screenshots If applicable, add screenshots to help explain your problem.

kurnevsky commented 3 years ago

It means it's not implemented on metals side. So not much we can do here.

ckipp01 commented 3 years ago

It means it's not implemented on metals side. So not much we can do here.

Can you provide some more info about what is actually missing on the Metals side?

kurnevsky commented 3 years ago

This one: https://github.com/scalameta/metals-feature-requests/issues/83