You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make more changes on desktop
reload window in web but I only see the added file, not the additional changes
This is as designed at the moment and ties into the 'roaming workspaces' concept that we have talked about in the past with @sandy081@bpasero.
Currently the conditions for us to store an edit session are:
The user manually triggers Store Current Edit Session
The user triggers Continue Working On with "workbench.experimental.editSessions.enabled": true which we use to determine that an edit session should be stored
The next step would be to see if we can periodically store edit sessions, as @Tyriar mentioned in standup this is conceptually similar to autoSave afterDelay. The biggest challenge here is how to deal with multiple clients simultaneously working on an edit session, since we want to avoid an experience where the user is constantly being asked to resolve conflicts in their workspace.
Testing #158798
Log from WEB
Log from DESKTOP
The text was updated successfully, but these errors were encountered: