-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspace does not exist
when opening tunnel on root
#8212
Comments
Very likely related:
|
This was caused by https://github.com/microsoft/vscode-dev/pull/840, which removed the ability of router extensions to open empty workspaces. It affects tunnels on vscode.dev, blocking flow of connecting to a new remote tunnel via the Remote Explorer, since then you land on a broken workspace and also can't open folders. @joaomoreno it looks like the underlying code path that PR was fixing something that the "profile" route already fixed by explicitly returning a workspace in |
@connor4312 The problem is that the issue the PR fixed can always come back from any other route. The PR fixes it for good, according to @bpasero's summary: https://github.com/microsoft/vscode-dev/issues/812#issuecomment-1406198813 Why is this workspace "broken"? Can't the feature work on these |
We want an empty workspace still connected to the remote so that "Open Folder" and other management actions work. It seems like |
The issue is that vscode has a So from this we should probably either:
|
Ubuntu 22.10
code-insiders tunnel service install
Open this link in your browser https://insiders.vscode.dev/tunnel/aeschli-VirtualBox
Open this link. vscode.dev opens with error dialog
Open the link with a slash at the end (
https://insiders.vscode.dev/tunnel/aeschli-VirtualBox/
)Now it works and vscode.dev shows the content of the root file system
I suspect the error is in the remote-tunnel extension when creating the workspace path out of the browser location
The text was updated successfully, but these errors were encountered: