-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full rebuild required after delay #86
Comments
I think I had realized this but didn't raise it because I couldn't describe
it or reproduce it.
(Assuming you mean rebuilding the user's project rather than the project of
developing visual studio extension!)
…On 18 Dec 2017 00:03, "degory" ***@***.***> wrote:
In order to ensure reported errors are accurate, and to fix
find-all-references across the whole project, the Visual Studio Code
extension needs to rebuild the whole project:
- Before a request that requires it, like find-all-references
- After an idle period of some reasonable duration
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#86>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKoRpf4WjFYBZjL-lOwWhiCLXvhBOmJ2ks5tBavBgaJpZM4RE2Uz>
.
|
As a temporary measure, I've updated the Visual Studio Code plugin so it will attempt full project analysis, but if build times are too slow, it will fall back to doing full analysis on just the current open file - version v0.0.21 of the extension and build 533 of the compiler |
Visual Studio Code extension now rebuilds whole project after five seconds of inactivity. Have also sped up analysis builds by:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to ensure reported errors are accurate, and to fix find-all-references across the whole project, the Visual Studio Code extension needs to rebuild the whole project:
The text was updated successfully, but these errors were encountered: