-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
filesystemissues related to the filesystemissues related to the filesystemhelp wantedissues meant to be picked up, require helpissues meant to be picked up, require help
Description
Bug Description:
Attempting to open a folder from a network share fails silently.
Steps to Reproduce:
Set up
Create a network share:
- Create two nested folders in any convenient location:
foo/ └── bar/
- Right click on the
foo
folder. - Select "Properties" from the context menu.
- Select the "Sharing" tab.
- Click the "Share..." button.
- Click the "Share" button.
- Confirm the share in the Windows UAC prompt dialog.
- Click the "Done" button on the "Your folder is shared" dialog.
- Click the "Close" button on the "Properties" dialog.
Steps
- Start the Theia "Electron example": https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#quick-start
- Select File > Open Folder... from the example application's menus.
- Select "Network" from the file tree in the navigation panel.
- Open the machine that has the shared folder in the navigation panel.
- Open the "foo" network share in the navigation panel.
- Select the
bar
folder. - Click the "Select Folder" button.
🐛 A new window opens which does not have the bar
folder loaded in the Explorer view.
Additional Information
- Operating System: Windows 10
- Theia Version: 4542e03
The fault does not occur if I open the folder from the drive instead of from the network share.
I can not reproduce the fault using VS Code.
119311alessandro-antonelli
Metadata
Metadata
Assignees
Labels
filesystemissues related to the filesystemissues related to the filesystemhelp wantedissues meant to be picked up, require helpissues meant to be picked up, require help