Summary
Opening a file in a parent directory of a searched path could fail to discover and open the repository.
Impact
- Repository may not be discovered when opening files that are within a searched path but before the repository root
Validation
- Open a file in a parent directory of a Git repository
- Verify the repository is correctly discovered and loaded
Risk
Low - Core path detection fix with unit tests added.