Sublime Forum

Portable migration: Restore previous session

#1

Just tried to migrate to the windows portable 3124 x64 build.

  • Extracted the new windows portable 3124 x64 build.
  • Installed the latest package control (manually due to firewall).
  • Copied my user folder from the old portable version.
  • I start Sublime 3124.

Plugins are loaded and the migration seems good except the previously open files are not restored.
I guess the settings for it are not in the user folder.
How do I restore the previous workspace?

0 Likes

#2

The session is stored in a file named Local\Session.sublime-session.

The Local and Packages directories are both stored in the same location, so if you use Preferences > Browse Packages and then navigate up one directory level you should see the Local folder there.

For a portable build they’re both inside of the Data directory inside the portable sublime directory (I think; I don’t use the portable version and I’m not in a position to check at the moment).

0 Likes