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
@frankli0324, thanks for filing this issue. It is known that VS Code does not currently handle git repositories that have a symbolic link on their path, for the reason that you have described. The work to support this scenario is tracked in #5970. I will go ahead and close this issue and ask you to subscribe to that issue to keep track of the progress.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Reason:
vscode git extension uses the command
git rev-parse --show-toplevel
to find the repo roots:https://github.com/microsoft/vscode/blob/main/extensions/git/src/git.ts#L481-L484
however, when in cases where repo is located at a linked path, git returns the realpath instead.
The text was updated successfully, but these errors were encountered: