Skip to content

"Open Folder..." fails for UNC path #11997

@per1234

Description

@per1234

Bug Description:

Attempting to open a folder from a network share fails silently.

Steps to Reproduce:

Set up

Create a network share:

  1. Create two nested folders in any convenient location:
    foo/
    └── bar/
    
  2. Right click on the foo folder.
  3. Select "Properties" from the context menu.
  4. Select the "Sharing" tab.
  5. Click the "Share..." button.
  6. Click the "Share" button.
  7. Confirm the share in the Windows UAC prompt dialog.
  8. Click the "Done" button on the "Your folder is shared" dialog.
  9. Click the "Close" button on the "Properties" dialog.

Steps

  1. Start the Theia "Electron example": https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#quick-start
  2. Select File > Open Folder... from the example application's menus.
  3. Select "Network" from the file tree in the navigation panel.
  4. Open the machine that has the shared folder in the navigation panel.
  5. Open the "foo" network share in the navigation panel.
  6. Select the bar folder.
  7. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    filesystemissues related to the filesystemhelp wantedissues meant to be picked up, require help

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions