Feature Request: allow opening remote workspaces through extensions #6243
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
Hey 👋
I am developing a home screen extension that helps to manage different workspaces. One of my requirements is to allow opening remote workspaces, e.g. codespaces, remote machines etc.. Unfortunately there is not documentation about that and it appears to me that
vscode.openFolder
is not capable doing that. So far I know:vscode.env.remoteName
gives me the environment type, e.g. codespaces, which allows me to determine whether the workspace is local or remoteremote-containers.openFolder
which is not documented though nor do the examples I found make any sense to mevscode://github.codespaces/connect?name=<codespace-id>
but creating avscode.Uri
in that form doesn't workAny help on that matter is appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: