sirfuzzalot / workspace-explorer

Organize, iconize and open your collection of VSCode workspaces
Apache License 2.0
21 stars 1 forks source link

Issue with saving remote folders as workspace through extension view #27

Open db1996 opened 1 year ago

db1996 commented 1 year ago

When you use an extension like remote-fs to add remote folders to a workspace (for example FTP or SFTP) your extension does not save the workspace correctly if I do it through the extension's view.

Instead of saving the workspace containing a remote folder, it actually creates a workspace with the folder C:/ in the workspace. See below, this is what I'm saving:

remote-fs workspace explorer 1

And this happens when I open the newly created workspace:

remote-fs workspace explorer 2 For obvious reasons I hid the contents of the C:/ folder, but the entire C drive is added into the workspace.

All of this works fine if I save the workspace through vscode -> file -> save workspace as, but not through this extension. It would be very useful if this works.