BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva
Other
1.71k stars 218 forks source link

Command 'replace-refer-all-with-refer' not found #2667

Open RobWood8426 opened 1 week ago

RobWood8426 commented 1 week ago

When trying to run a particular Quick Fix action in calva I get the error message: "Command 'replace-refer-all-with-refer' not found"

Screenshot 2024-11-21 at 11 04 51 Screenshot 2024-11-21 at 11 30 12

PEZ commented 1 week ago

Thanks for reporting! As discussed on Clojurians Slack, I think this is that we are not registering this clojure-lsp command. There may be others missing as well.

RobWood8426 commented 1 week ago

Perfect, I will take a stab at getting just this command running first, and then once that is going will look at finding all available commands from lsp.