fuzzy_ruby_server icon indicating copy to clipboard operation
fuzzy_ruby_server copied to clipboard

Problems on Windows

Open stott531 opened this issue 1 year ago • 2 comments

Hi, cool project. Looks very exciting!

I'm on Windows, and I followed the instructions from the README to just install the plugin. However, shortly after, it tries to run the language server, and I get one of these errors

image

Any ideas for troubleshooting, or is windows just not well supported?

stott531 avatar Nov 20 '23 17:11 stott531

👋 Hello! Only MacOS and Linux are supported right now. It looks like I should be able to support Windows fairly easily. I just tried to compile a Windows binary and I have one dependency, psutil, that isn't Windows compatible.

I'll give a shot at removing or replacing that dependency then I can publish a Windows binary for you.

doompling avatar Nov 20 '23 18:11 doompling

I have a patch that gets a build up on windows here #10. Try building it and seeing if it works out, @stott531 :D

GMGilson avatar Nov 22 '23 19:11 GMGilson