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 has been archived by the owner on Mar 1, 2019. It is now read-only.
similar to #126, if i have VS: Code with rls open in my source tree, but try to use my program on it as well, cargo check will do a full re-build, rather than using the existing analysis data. this one seems a bit trickier...
The text was updated successfully, but these errors were encountered:
I don't think this is an rls-analysis issue since rls-analysis never does any building, it just consumes data. I'm not actually clear on the use case here. Are you doing cargo check on the command line as well as using the RLS inside vs code? We deliberately use a different target directory since the RLS compiler is often different from the user's regular compiler and we don't want to force rebuilds for either.
similar to #126, if i have VS: Code with rls open in my source tree, but try to use my program on it as well,
cargo check
will do a full re-build, rather than using the existing analysis data. this one seems a bit trickier...The text was updated successfully, but these errors were encountered: