vscode-gitlink
vscode-gitlink copied to clipboard
Does not seem to work for git worktrees
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
In worktree .git is a file like:
gitdir: /home/evanbenn/src/linux/.git/worktrees/v5.10