yysun / git-tools

This extension provides a git changes tool window, a graphical git history viewer and menus to launch Git Bash, Git Extenstions and TortoiseGit.
http://yysun.github.com/git-tools
MIT License
78 stars 28 forks source link

VS 2015 gets very slow after a short period of time #8

Closed ktw closed 5 years ago

ktw commented 9 years ago

My setup: Core i7 4710mq CPU, 16GB of RAM, SSD disk. Fresh copy of Visual Studio 2015, working on a solution with 87 C# projects.

The same issue was also present in the 2013 version.

The old plug-in "Git Source Control Provider" worked fine. (Unfortunately not available for VS2015)

yysun commented 9 years ago

There is a clone of GitScc for VS2015. https://visualstudiogallery.msdn.microsoft.com/51e11ccc-6334-4873-912d-bf5025eb115d

ktw commented 9 years ago

Super! Testing it now, and no problems so far.