s-clerc / slyblime

Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.
Other
44 stars 4 forks source link

Doesn't work on Windows #18

Open lockie opened 11 months ago

lockie commented 11 months ago

Hello. Unfortunately, the plugin does not work under Windows because it handles the path for the Sly file to load incorrectly here:

2023-09-26-120132_2044x571_scrot

I've tried fixing that, but there is some other problem — after calling slynk-loader:init and/or slynk:create-server here everything just gets stuck, and SBCL does not open the server connection. @s-clerc do you mind lending me a hand with this?