Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

concurrent use of rls-analysis forces a total re-build #127

Closed
steveklabnik opened this issue Jan 31, 2018 · 2 comments
Closed

concurrent use of rls-analysis forces a total re-build #127

steveklabnik opened this issue Jan 31, 2018 · 2 comments

Comments

@steveklabnik
Copy link
Contributor

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...

@nrc
Copy link
Member

nrc commented Feb 16, 2018

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.

@steveklabnik
Copy link
Contributor Author

Are you doing cargo check on the command line as well as using the RLS inside vs code?

Sometimes, yeah. I think that we can close this though, as with #126, I wouldn't expect this anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants