Vscode-rust: document rls.path

Created on 12 Aug 2017  路  8Comments  路  Source: rust-lang/vscode-rust

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.

Most helpful comment

"rls.path"

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings