This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Git changes not showing up in Git tab depending on how I add directories to tree view #2374
Closed
1 task done
Labels
Prerequisites
Description
I have a project that uses a bunch of other packages. I am making changes to the source code of both the main project and the packages (each being its own git repo). The directory structure is:
The problem is that if I add
Project Packages
directory to the Tree View, my git changes made in the packages are not shown. They are shown only if I add each package separately.Steps to Reproduce
Project Packages
directory to Tree View.Project Packages
directory (Right click on directory -> "Remove Project Folder").Expected and Actual behavior:
I expect for the logic to work as "for the opened and active file, go each directory up until you encounter the git file and show its info", but clearly that's not the case. The logic seems to be "go directly to the top directory and if it doesn't have any git info, assume that it doesn't exist".
I think that the behavior I described is better, more logical and should be implemented (or fixed, if it's a bug).
Reproduces how often:
100%
Versions
The text was updated successfully, but these errors were encountered: