Chris Kipp

Results 299 comments of Chris Kipp

Thanks for the report @kimlai. I'll need to dig in and look at the DAP communication for this to see what's going on. I'll report back when I have some...

Alright so I had time to dig into this a little bit and I finally see the issue. Metals will provide these if the client is what we call a...

> If I have it installed - it is being displayed regardless of whether require("metals").setup_dap() is being called or not. This is _sort_ of expected. The tricky this is that...

Thanks for creating this @beem812! > I'm wondering if there isn't some heavy lifting going on from the emacs "workspaces" in my other setup. I'm not incredibly familiar with how...

> Could https://github.com/scalameta/metals/pull/5033 be used to implement the desired behavior described here?? Absolutely. I plan on documenting this better. I'll do it soon, but it's not in a stable release...

Hey @drybalka, so there is actually a few different relevant things at play here. In theory, metals can already do this. For example this is how the VS Code extension...

> I tried running the :MetalsSelectTestCase command and I think it worked, but I did not see any output anywhere Did you select a test? or did it not show...

Included in https://github.com/scalameta/nvim-metals/pull/689.

Just to confirm, if you don't have copilot enabled or installed you don't have this problem? Just testing the command locally for me works fine, so you'll have to try...

I will need to try and reproduce this. I think what is happening is that we're just grabbing the current client and sending the request to it. Normally in Scala...