When a local workspace root uses a FileSystemProvider where authority
element of uri is significant, the SimpleFileDialog presented by File\Open File
cannot navigate into subfolders
#129296
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
simple-file-dialog
Issues with simple file dialog
verified
Verification succeeded
Milestone
Issue Type: Bug
The problem seems to lie in this code:
vscode/src/vs/workbench/services/dialogs/browser/simpleFileDialog.ts
Lines 213 to 224 in 79e9194
When the workspace is a local one,
this.remoteAuthority
is undefined, so the returned uri hasauthority: ''
I intend to prepare a variant of the MemFS sample to demonstrate the problem.
VS Code version: Code - Insiders 1.59.0-insider (0448522, 2021-07-23T19:21:12.120Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
The text was updated successfully, but these errors were encountered: