foam icon indicating copy to clipboard operation
foam copied to clipboard

"Foam: Show Graph" is displaying duplicate nodes with symbolic link

Open hukacode opened this issue 3 years ago • 0 comments

  • Foam version: v0.11.0
  • Platform: Windows | Linux
  • Issue occur on the foam template repo: No

Summary When we create a symbolic link for a folder or a file. Then the Graph will display duplicate nodes (please see my screenshot).

Steps to reproduce

  1. Create symbolic link by ln -s command
  2. Ctrl + Shift + P then choose Foam: Show Graph

Additional information image (1) are symbolic links (2) are duplicate nodes.

  • VSCode have a property to disable search in symbolic file, folder ("search.followSymlinks": false)

My workflow is:

  • I put real files and folders in archive folder then create a symbolic link in working and pending for quick access to projects.

hukacode avatar Mar 15 '21 13:03 hukacode