-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Thanks for maintaining such a useful vscode plugin.
An issue I encountered is, that GitHD does not activate when used inside a git worktree directory. To activate itself, githd scans the current directory for a .git directory. (
Line 610 in 0580705
| private async _scanFolder(folder: string, includeSubFolders?: boolean): Promise<number> { |
However, when working inside a git worktree directory, there is no directory .git inside the directory, although the directory is under version control by git.
Maybe the detection, whether a project is under version control can be changed to some service provided by vscode? Because vscodes git ui is able to pickup, that the worktree directory is under version control.
Metadata
Metadata
Assignees
Labels
No labels