I upgraded my Rust environment via rustup update
recently, then my VSCode reports an error each time I open my editor. Two repeated windows pop up at the bottom right corner of the editor, showing that
Duplicated RLS configuration: rustfmt_path:rustfmt_path,rustfmt_path,,
Source: Rust (rls) (Extension)
I can open VSCode's default settings.json and indeed find duplicated entries, but I'm not able to delete them.
Restarting the extension can reproduce the problem, and I don't even know if the plugin itself is working properly or not.