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
Previously, anytime you close, reload or change a window, the workspace storage would close and flush. Now, this happens only when you quit the application and is no longer bound to window lifecycle events. The intent is to make window transitions faster by not having to wait for workspace storage to close.
open a few windows and accumulate some workspace state such as opened editors
trigger lifecycle things in the window (reload, change folder)
make sure your workspace state is still there when the window comes back to a workspace you had accumulated state in
quit the application
start again and verify the state is still there as you left it
The text was updated successfully, but these errors were encountered:
Refs: #114844
Complexity: 2
Create Issue
Previously, anytime you close, reload or change a window, the workspace storage would close and flush. Now, this happens only when you quit the application and is no longer bound to window lifecycle events. The intent is to make window transitions faster by not having to wait for workspace storage to close.
The text was updated successfully, but these errors were encountered: