-
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
Option to disable automatic collapsing/expanding of gitexplorer nodes when there is a refresh #180
Comments
Hehe -- I wish (believe me it is NOT a feature). Unfortunately the current vscode apis are so limited with custom views there is very little I can do at this point that would make it better. I've covered just some of the limitations (with open issues) here: #169 (comment) In an attempt to make this a tiny bit less of an issue, I added a couple things in 5.7.0. You can use a hammer and set So at least until vscode expands the feature-set of the custom view api, there isn't a whole lot I can do to make it better -- and BELIEVE me I want it fixed, as it drives me nuts too Also thank you for you kind words! Greatly appreciated. |
@JavierPDev in vscode 1.19, they have made changes to the custom view support to persist the state better. I have also made some changes to GitLens (since vscode fixed some other underlying issues in 1.19 too) that should help as well. Please let me know if you think this issue can be closed. |
It's working great now, thanks. I think this issue can be closed. |
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. |
Feature Request:
Can we get an option for
gitlens.gitExplorer
that would disable the automatic collapsing/expanding of the different nodes when there is a refresh? For Instance, I often have just the Stash node expanded, but then when there's a refresh the Stash node collapses and the Branches node expands.I find gitlens to be one of the best git extensions/GUIs I've used and the way it integrates with VSCode is great. This is the only issue I've had so far.
Thanks for the great work.
The text was updated successfully, but these errors were encountered: