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
Source control status bar shows the branch of the main git worktree instead of the new worktree
CTRL + PGit rename branch shows wrong branch name -> returns am
But gitlens copy current branch name works correctly returns new_branch
Hence bug is in source control
In this image you see that my terminal displays the right branch name am but
The text was updated successfully, but these errors were encountered:
1Mark
changed the title
Source control status bar not detecting git worktree
Source control status bar not detecting git worktree branch name
Nov 10, 2022
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.73.1. Please try upgrading to the latest version and checking whether this issue remains.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
cd some_git_repo
git worktree add ../second_some_git_repo -b new_branch
code ../second_some_git_repo
CTRL + P
Git rename branch
shows wrong branch name -> returnsam
new_branch
Hence bug is in source control
In this image you see that my terminal displays the right branch name
am
butThe text was updated successfully, but these errors were encountered: