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
Before, we used to store the list of recently opened files and folders (File > Open Recent...) in a JSON file. Now we migrate this data over to our main SQLite DB that contains global state.
Verification: ideally use a user-data-dir with a storage.json that is filled with recently opened workspaces (e.g. from Stable) and run Insiders over that directory. Verify your recently opened folders and files are migrated and not lost. Verify that opening new folders and files from File > Open... add entries to this list and preserve them between restarts.
The text was updated successfully, but these errors were encountered:
Refs: #138072
Complexity: 2
Create Issue
Before, we used to store the list of recently opened files and folders (File > Open Recent...) in a JSON file. Now we migrate this data over to our main SQLite DB that contains global state.
Verification: ideally use a user-data-dir with a
storage.json
that is filled with recently opened workspaces (e.g. from Stable) and run Insiders over that directory. Verify your recently opened folders and files are migrated and not lost. Verify that opening new folders and files from File > Open... add entries to this list and preserve them between restarts.The text was updated successfully, but these errors were encountered: