Where are unsaved files stored - support - Atom Discussion
They're stored in one of two places:
~/.atom/storage
- IndexedDB 302
The old way was to store them in ~/.atom/storage
but we recently redid how package data was serialized on exit for performance reasons, so now things should be stored in IndexedDB. You may still have an ~/.atom/storage
directory if you've been using Atom for a while even though new stuff should end up in IndexedDB.
Read full article from Where are unsaved files stored - support - Atom Discussion
No comments:
Post a Comment