-
Hey, I love this editor and thank you for a great project. I have downloaded the zip for the langserver and unzipped it in my $PATH (under /usr/local/bin/bicep-langserver). There are a bunch of However, it is still not getting picked up by Helix, I wonder if anyone has got this working which could point me in the right direction please. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Code responsible for detecting binarie: helix/helix-term/src/health.rs Lines 185 to 189 in 48eb0d4 Try running |
Beta Was this translation helpful? Give feedback.
Hi! Sorry for late reply (I'm on parental leave).
You are correct in everything you say, and there's no executable for the language server. However, I have followed a convention used in several other language servers and created a script file that is executable and put in a directory somewhere in
$PATH
:I'm not a Windows user myself so I don't know how to solve it other than overriding command in the configuration.