alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.96k stars 229 forks source link

[BUG] - Listing files from outside of current folder #630

Closed sumonst21 closed 2 years ago

sumonst21 commented 2 years ago

Environment/version

Steps to reproduce

  1. open/init a repo in code then
  2. open a file from nowhere that does not belongs to current dir/repo but another repo.

this will show all files & folder from that repo as changes for current repo.

Listing files from outside of current folder

alefragnani commented 2 years ago

Hi @sumonst21 ,

This issue is not related to this extension. Instead, it appears to be related to some Git extension, maybe GitLens, which if I remember correctly, it's the one that adds this Commits panel to the Source Control Side Bar.

Hope this helps