yysun / Git-Source-Control-Provider

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.

Home Page:http://gitscc.codeplex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix lagging when updating the file status

ddobrev opened this issue · comments

This bug appeared more than a year ago. It is particularly annoying because the first versions of GitSCC did not have it at all. When is it going to be fixed?

By the way, is the project in general still maintained?

The delay is due to a progressive back-off implemented to prevent the extension from having a detrimental performance impact when used with very large projects. See related issue #28 and the fix implemented in #48.

Issue #51 should improve the situation.

Closing as a duplicate of #51.

@sharwell The version I use is the latest one from codeplex - December 2013. That is, the fix for #51 has been included but there is significant lag nevertheless. Is it possible to fix it in a way that would refresh the status immediately as in those early versions?

Issue #51 has not been implemented to date.

@sharwell sorry I was confused by the "Closed" mark next to the reference, the issue itself really is open. Could you please give an estimation how soon it will be fixed?

Is this bug even going to be fixed? Has this project been abandoned?