Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Explorer: mark symbolic links distinctly from regular files/directories #252

Open
tendstofortytwo opened this issue Oct 6, 2023 · 0 comments

Comments

@tendstofortytwo
Copy link
Contributor

Currently, there is no way to visually distinguish symbolic links from regular files or directories:

the tailscale extension's file explorer view shows an expanded directory named actuallyJustASymlink

VSCode's builtin file browser currently does this by showing an icon and tooltip that says what the symbolic link is:

the same diectory, open in vscode's built-in file manager, shows "actuallyJustASymlink" with an arrow icon on the right side. hovering over the icon shows a tooltip that calls it a Symbolic Link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant