Allow opening of local workspaces when connected to a remote #14574
Labels
dev-container
remote
issues related to the remote functionality
remote-ssh
issues related to the ssh remote functionality
Feature Description:
Currently when connected to a dev-container or remote system the only entry in
Open Recent Workspaces...
is the current folder inside of the remote. It would be great if one could still see and open other recent workspaces from therecentworkspaces.json
from the local system.This would also require some conceptual work on how to handle different workspaces inside of the remote vs workspaces located on the local system.
But in general it would probably be best if the
WorkspaceServer
was a local proxy. This would then require some contribution or changes to theworkspaceService
to actually open workspaces that itsFileSystemProvider
is not able to reach.Above that it would be great if when closing a connection to a dev container, to then return to the original workspace.
The text was updated successfully, but these errors were encountered: