-
-
Notifications
You must be signed in to change notification settings - Fork 384
Description
Describe the bug
The change in 3.2.3 to ignore files in junctions and other forms of symlinks entirely did fix a mildly annoying issue when editing files behind them... at the expense of even more annoyingly breaking everything. It would be nice to get this actually fixed.
To Reproduce
Steps to reproduce the behavior:
- Create a junction (
mklink /J
) inside a workspace. - Have a file reference meta data or other content inside that junction.
Expected behavior
Behave normally with symlinked files.
Additional commentary
Symlinks are a common thing, well-supported by every other piece of software I've written or encountered with little to no effort. I'm not really sure what the issue is here, and if it is on the extension's end or Visual Studio Code's. It does seem extension-specific though. In the modding scenes (where lua is popular), symlinks are also extremely common, to the point where its prevalence and native support in almost all games allows Nexus Mod's Vortex to use symlinks to generate modded game folders. I don't think the feature should be swept under the rug like this.
Environment:
- OS: Windows
- Is WSL remote? No.
- Client: VSCode