I recently switched from atom to VS Code, and there's one key feature that I can't seem to find.
Is it possible to display a symbolic link in the Visual Studio Code file explorer?
I recently switched from atom to VS Code, and there's one key feature that I can't seem to find.
Is it possible to display a symbolic link in the Visual Studio Code file explorer?
The February 2018 update for VSCode includes support for symbolic links.
The links appear as below:
For further info check this page: VSCode February 2018 update
There was an issue in GitHub to provide support for this which was resolved in February 2018 and included in the March 2018 release.
Not only VSCode displays symlinks, but with VSCode 1.43 (Q1 2020), it will also display dangling symlinks.
See issue 90075:
- create symbolic links (either file or folder) and delete the target.
- Make sure the links still show up in the file explorer with their link decoration on the right hand side.
You can delete them, or open them and type to create them.