Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
When version 1.101 was pushed in our corporate devices, my workspace mapped local Windows drives no longer shows the contained files and directories. Adding/mapping a direct child folder in those drives still works so this only seem to affect the mapping of the root drive. The previous version 1.98 does not have this issue.
Steps to Reproduce:
-
Create a temporary local folder that will be mapped (or map an existing one that is readable to the user). Create a sub-folder and create a dummy file content in the sub-folder.
mkdir c:\mapme
mkdir c:\mapme\child-dir
dir "C:\Program Files" > C:\mapme\child-dir\dummy.txt -
Create a temporary drive mapping in the local machine
subst X: 'C:\mapme'
-
in VS Code's Explorer view, add the X: drive as a folder to the current workspace.
-
Expand the X: network drive .
Expected behavior: the "child-dir" sub directory will be visible.
Actual behavior : there is no entry when the X: drive entry is drilled down/expanded. -
in VS Code's Explorer view, add the X:\child-dir\ as a folder to the current workspace.
-
Expand the child-dir entry. The dummy.txt file will be visible in the view.