scalameta / metals-zed

Zed plugin for Metals
Apache License 2.0
49 stars 10 forks source link

Zed REPL (almond) seems to hang? #22

Open bishabosha opened 2 weeks ago

bishabosha commented 2 weeks ago

I have installed almond for scala 3.3.3 globally following this guide https://almond.sh/docs/install-advanced.html#creating-an-almond-launcher-and-installing-it-newer-launcher

in Zed with the Scala extension when I try to evaluate a line with Zed's built in REPL it permenantly hangs without evaluating anything (I know the kernel works in jupyter-lab), and with jps -mLV I can see the kernel process zed started

tgodzik commented 2 weeks ago

Do you think it's related to the metals extension somehow? I know very little here, but I wonder if this is a problem also without this extension?