You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user opens a folder with a git repository with multiple branches, and clicks the branch picker in the toolbar under the title, only the current branch appears. Opening it subsequent times will show all of the branches.
To Reproduce
Open a folder with a git repository and multiple branches
Click the branch picker under the title in the toolbar
Notice that only the current branch is displayed in the menu and no other branches
Click away
Open the branch picker again
Notice that the other branches are now displayed.
Expected Behavior
All branches should show in the branch picker menu the first time it is opened.
Version Information
CodeEdit: 0.1.0
macOS: 14.0
Xcode: 15.0
The text was updated successfully, but these errors were encountered:
I think the problem is that the list of branches comes asynchronously and for some reason the dropdown is not re-rendering when the data finally comes. I'm not sure how to address this problem though.
Description
When the user opens a folder with a git repository with multiple branches, and clicks the branch picker in the toolbar under the title, only the current branch appears. Opening it subsequent times will show all of the branches.
To Reproduce
Expected Behavior
All branches should show in the branch picker menu the first time it is opened.
Version Information
CodeEdit: 0.1.0
macOS: 14.0
Xcode: 15.0
The text was updated successfully, but these errors were encountered: