Sublime Forum

How to restore unsaved sublime tabs

#1

Hi Team,

Today I am working on my project, due to slowness in my mac system I just restart my mac. unfortunately, all my data was lost. now I need to recover all my tabs in sublime, Please help me with this.

0 Likes

#2

The state of everything is stored into a session file but that file is automatically reloaded on startup. So all else being equal if the state didn’t come back on its own, the file could have been corrupted during the unexpected shutdown.

The file would be stored as Session.sublime_session; you can find it by using Preferences: Browse Packages and then going up a folder and looking in the Local folder.

0 Likes