I have a project here, that needs to have recursive links below my test directory (for testing link detection and stopping recursion if necessary). Project-explorer follows those links again and again.
The culprits are these links in subsub/:
t
└── data
└── sub
└── subsub
├── link -> subsubsub/
└── subsubsub -> ../subsub
I consider this a bug as testing for recursive links is a common thing to do.
I have a project here, that needs to have recursive links below my test directory (for testing link detection and stopping recursion if necessary). Project-explorer follows those links again and again.
The culprits are these links in subsub/:
I consider this a bug as testing for recursive links is a common thing to do.