-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Continue on does not provide a way to move to a different machine. #162276
Comments
Edit Session: Save current session did not work for me. |
@karthiknadig what did you see when you ran the store current session command? Do you have the |
I closed the original session, but when i try again this is what I see: vscode.dev (accessed from laptop1)
Desktop insiders (linux on laptop 2):
|
It seems to say no match, but it was the exact same branch. |
Looks like your git remote in the destination was configured with an SSH URL but in the source it was configured with a HTTPS URL. Also, you're on the same branch but the HEAD SHA has changed. The edit session identity providers should be able to tolerate this sort of variance (even if it means we have decreased confidence that applying the edit session in this scenario will not cause conflicts). Tracking this issue in #162120 |
Testing #161875
There is no way to save session to move to different machine, when using the continue on command.
The text was updated successfully, but these errors were encountered: