-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Allow Continue On cloning from codespace to local on desktop VS Code #172673
Comments
I see this was an intentional decision for extension access to the simple file dialog in a remote window in addaad3 for #110264 However that makes it hard to go from a remote window to a local one from extension land. Is this something that we can expose to extensions via a new proposed api option for the file dialog? |
Show Local
when launching file dialog in a remote windowShow Local
when extension triggers file dialog in a remote window
Duplicate of #131138, which is an API request to expose "show local". |
Show Local
when extension triggers file dialog in a remote windowShow Local
when cloning from remote to local on desktop VS Code
Reopening this to track adoption of #131138 in the Continue On flow. |
Show Local
when cloning from remote to local on desktop VS Code
Steps: Open a codespace in VS Code desktop |
In virtual workspaces, the file dialog has a
Show Local
button. There's no such dialog in remote windows--the file dialog always shows the remote filesystem. This is an issue for continuing from a GitHub codespace to a local desktop clone when the user is in VS Code desktop.Suggestion: when in a virtual or remote window on desktop, always have the 'Show Local' option in the file dialog.
The text was updated successfully, but these errors were encountered: