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

Does not seem to work for git worktrees

Open EvanTheB opened this issue 1 year ago • 0 comments

EG clone a repo (gitlink works well in the original repo), create a worktree:

git worktree add ../linux-5.10 v5.10

Open the worktree folder in vscode, open a file, gitlink error:

No git config files found

image

In worktree .git is a file like:

gitdir: /home/evanbenn/src/linux/.git/worktrees/v5.10

EvanTheB avatar Jan 19 '24 00:01 EvanTheB