This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
feature request: config switch between legacy and RLS mode #194
Comments
@seanjensengrey, |
How do i know if RLS mode is used? It says "Racer: on" in the bottom, but rls is definitely installed. |
@buster, |
Is there a way to disable RLS mode on 0.3.13? I'm working on projects that use workspaces, and those aren't working well with RLS right now (see rust-lang/rls#263) |
Remove RLS component from rustup. There is no other way. |
@TedDriggs, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version of VSCode: 1.11.2 (1.11.2)
Version of the extension: 0.3.11
OS: OSX 10.10.5
There should be a configuration option to switch between legacy (racer, rustfmt, rustsym) and RLS mode.
If one of the legacy mode utilities is found, legacy mode is activated even if RLS is configured in settings.json via
At the very least, if RLS is defined in user settings it should override the automatic detection of legacy mode.
The text was updated successfully, but these errors were encountered: