rust-lang / vscode-rust

Rust extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust
Other
1.39k stars 167 forks source link

Unknown RLS configuration: `mode` #705

Open byteshiva opened 5 years ago

byteshiva commented 5 years ago

I'm getting the below error. Am I missing something here. Unknown RLS configuration:mode

byteshiva commented 5 years ago

it got fixed by removing the below configuration in settings.json under vs code. "rust.mode": "rls"