forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on
Description
VSC FS fails to get stat or list reparse points. This affects cases where we need to find them, such as Store Windows Python. Currently we have a band-aid fix for this #11340 . One thing we can do is address this correctly by reverting to old behavior.
Note that simply substituting readDirectory with listdir is not sufficient. We will need to provide proper FileType translation. We need to ensure that this translation matches the file types that VSC FS provides if the two APIs need to co-exist.
We have two options:
- Find each impacted API and address it individually
- Revert all VSC FS changes
Metadata
Metadata
Assignees
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on