foam
foam copied to clipboard
"Foam: Show Graph" is displaying duplicate nodes with symbolic link
- 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
- Create symbolic link by
ln -s
command - Ctrl + Shift + P then choose
Foam: Show Graph
Additional information
(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 inworking
andpending
for quick access to projects.