I build packages personally, and I don't use rustup. It should search the PATH instead of bailing, and have a config to set the RLS executable path if it makes sense.
Seems the config option already exists, but it's completely undocumented.
@ishitatsuyuki which config option did you use to achieve this?
"rls.path"
Thanks, worked a treat. Confirmed it worked by setting it to an invalid path and it failed to start.
Is there a reason that rls.path is not documented?
Is there a reason that rls.path is not documented?
It is only meant for RLS developers to use, and it is documented in the developer docs for the RLS
@nrc Can you consider documenting this? I don't use rustup but instead create packages on myself, so the rustup integration isn't an option for me.
Sure, I guess it would be fine to document
Most helpful comment
"rls.path"