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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: