You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Since I updated atom-ide-rust to v0.17.0, I get a warning asking me to choose between atom-ide-rust and autocomplete-racer, even when I’m in a non-Rust project.
I see three possible workaround to this temporary* issue:
Warn only when in a Rust project. I can say “OK, I’m in the Rust context, there is a package conflict but I’m OK with it”. Outside of the Rust context it is just annoying to have such warning.
Add a “Keep both packages enabled” option. This would add an option in the config.cson to disable the warning.
A slightly different way to (2): add an option in the configuration to allow conflicting packages.
I personnally prefer the option (2), as it is straightforward for a user to dissmiss the warning and it affects only one conflicting package.
* the documentation in code completion should be come some day in RLS.