-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Gitlens Panel > Branches > Commit view keeps collapsing #169
Comments
@awendland While the state of the GitLens explorer isn't close to where I would like it, in terms of refreshes losing all context, there are a few blocking vscode issues: microsoft/vscode#34789 Although at the same time, I can't reproduce the behavior you are seeing -- I can expand something in the view and it will stay that way until something changes -- like a file in the repo, or the repo state itself (which could be updated by vscode's auto-fetch (via the Have you noticed any rhyme or reason to when it refreshes and loses its context? Can you try setting |
@eamodio Thanks for detailing the issues behind this and for looking into it. GitLens has become an integral part of my flow because of how high quality it is, so I must imagine these vscode limitations are frustrating you to no end 😂 Setting |
No problem and thank you for your kind words! Hrm, while there are a lot of known issues with refreshes collapsing everything, I'm still unsure why you are experiencing it if nothing changed. Would you mind trying out the latest GitLens v6 alpha? I've refactored a lot to reduce extra events and overhead which might have an effect here. It also has more improved logging that might help determine why the view is refreshing. |
@awendland GitLens 6 is out now, if you are still experiencing this issue, please re-open this and attach logs -- thanks! |
@eamodio The problem seems to have been fixed! Thank you! An era of code review bliss has arrived 😄 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I make heavy usage of the branch commit browser in the Gitlens panel to walk through commits for code review. However, I've been running into an issue where the expanded tree state that I had randomly (and frequently) collapses down to just showing the available branches, instead of maintaining the commit I had expanded and the nested files.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: