-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Git Integration Phase 3 #12344
Conversation
I am getting a bug where when you open the branches menu it glitches. (POV: You don't pay for bandicam) bandicam.2023-05-19.19-38-21-532.mp4 |
Does it eventually stop flickering? That might be related to the changes being applied, and so the directory info being updated. We might fix that using some kind of |
Yes, it stops after a bit. Also, this is not as much of a problem in directories with fewer branches |
@hecksmosis can you please test if the last commit fixes the issue? |
I still get the flickering on the latest commit (there are about 40 branches to be shown) |
I can't reproduce the bug, but I know where it may come from, so I'm going trial and error |
Ok, ping me and I'll test |
Can you test now, I pushed a commit that should fix it |
Yes, it's fixed (btw, it was more like 110 branches so should be robust enough) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!🎉 Thank you @ferrariofilippo!
Resolved / Related Issues
Related Feature: Git integration #11014
IMPORTANT
Please, if you try checking out remotes, place a breakpoint at line 149 of GitHelpers.cs and make sure that the method is executed only once
There was a bug where it would keep on creating new branches because of selection changing. It should be fixed now, but it's better to be careful
Validation
How did you test these changes?
New Branch
Screenshots (optional)