-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
vscode.workspace.fs.readDirectory() does not get all files (reparse points) under %USERPROFILE%\AppData\Local\Microsoft\WindowsApps #95828
Comments
Reparse points are a low-level mechanism that is used to implement a bunch of different things in NTFS - hard links, symlinks, junctions etc. This is a particular variety of reparse point that appears to be specific to the Windows Store, so I don't think this can be reproduced without it. The folder is probably created lazily when apps are first installed. Try installing Python from the Store: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l |
This seems to be a node.js bug, I can neither
Can you report it? VSCode needs the stat to know what thing it deals with. |
Reported on node nodejs/node#33024 |
New upstream issue: nodejs/node#36790 |
I cannot recall why I set the "fixed-in-electron-11" label, I assume this is still an issue? |
(for Python extension use)
Steps to Reproduce:
vscode.workspace.fs.readDirectory()
on"C:\Users\*****\AppData\Local\Microsoft\WindowsApps"
Notes:
I am not sure if they are regular symlinks, since
dir \a
does not show them as symlinks. They seem to be reparse points:The text was updated successfully, but these errors were encountered: