You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a directory with many markdown files used to take notes. In that directory structure there are symbolic links doing circular paths. For example:
/home/adrian/adrianRepo/web/apps/google/programacion -> ../../../programacion/google
/home/adrian/adrianRepo/programacion/google/apps -> /home/adrian/adrianRepo/web/apps/google
This seems to configure marksman returning this error:
Thanks for reporting this @adrianlzt! I understand the problem. Not sure what's the best way to solve it though. Need to think for a bit.
(some vague concerns around uniqueness of paths to documents and also resolving symlinks to folders outside of the root folder; maybe reading workspace folder in a BFS fashion and picking the shortest paths could be enough...)
I have a directory with many markdown files used to take notes. In that directory structure there are symbolic links doing circular paths. For example:
/home/adrian/adrianRepo/web/apps/google/programacion -> ../../../programacion/google
/home/adrian/adrianRepo/programacion/google/apps -> /home/adrian/adrianRepo/web/apps/google
This seems to configure marksman returning this error:
I'm not sure how this could be fixed, but I think circular symbolic links could be normal.
Thanks!
The text was updated successfully, but these errors were encountered: