vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Automatically detect subfolders with git repository

Open NN--- opened this issue 11 months ago • 0 comments

Describe the feature that you'd like VSCode builtin source control tab can discover automatically subfolders. It would be nice to support this in Git Graph too. Right now Git Graph I need to add them manually.

Given:

project/
   .git/
   subproject1/
      .git/
   subproject2/
      .git/

VSCode shows:

project
<Message>
[Commit]

subproject1
<Message>
[Commit]

subproject2
<Message>
**[Commit]**

Additional context (optional) Add any other context or screenshots about the feature request here.

NN--- avatar Jan 29 '25 09:01 NN---