-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Explore "Continue On" support in core #141293
Comments
|
Current status: have a proof of concept in a dev branch. Will work on getting this into main behind an experimental flag in June. |
Current status:
desktop-to-web.mp4 |
Is it possible to use the new "edit sessions" feature on a network with out access to the Internet? For instance, could you self host the syncing service? |
@fisher-m that's currently not possible. Please file a feature request if you would like to see this supported, I'd also like to learn more about the use case for this scenario. Thank you! |
We have an experimental implementation of Continue On in core as of 1.71: https://code.visualstudio.com/updates/v1_71#_bring-your-changes-with-you-when-moving-across-development-environments. Closing this issue in favor of #160047. |
The GitHub Repositories extension exposes a 'Continue On' entrypoint via its package.json schema. This allows extensions to register ways to continue working with a virtual workspace, such as workspaces provided by the GitHub Repositories extension, in a different environment. For example:
This issue tracks exploring of moving the
continueOn
menu contribution point into core.The text was updated successfully, but these errors were encountered: