vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Does the Inline Blame not work on the symblic link directory?

Open keviningh opened this issue 1 year ago • 1 comments

Description

Environment: Ubuntu 18.04

When I use VSCode to read files in a certain folder, I can see some information provided by inline blame. However, when I create a symbolic link to this folder, I can no longer see the inline blame information for the same file within this linked folder. So is it not working for the symbolic link folder?

GitLens Version

14.6.1

VS Code Version

1.85.1 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 x64

Git Version

git version 2.17.1

Logs, Screenshots, Screen Captures, etc

Example: The blow image is the test.py in the directory test/test.py a And I use the symbolic link the test into test_123 The below image is the test.py in the directory test_123/test.py cc

keviningh avatar Dec 27 '23 09:12 keviningh

I can confirm this issue, I tested multiple previous major versions of gitlens but none worked (I was on the latest preview for a while v2024.1.2504 currently). Looks like it's related to #677 or #1058

I'm on ubuntu 23.10, git 2.43.0, everything else should be latest (dev computer)

QuentiumYT avatar Jan 25 '24 15:01 QuentiumYT