File Explorer: mark symbolic links distinctly from regular files/directories
Opened this issue · 0 comments
tendstofortytwo commented
Currently, there is no way to visually distinguish symbolic links from regular files or directories:
VSCode's builtin file browser currently does this by showing an icon and tooltip that says what the symbolic link is:
We could do the same thing. Unfortunately, it doesn't seem possible to show where the target of the symbolic link is, since the FileSystemProvider API doesn't provide a way to read the target of a link, but if that changes in the future that would be good to have as well.