This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Atom Doesn't Remember Which File Was Last Edited When Working With A Single File #2253
Closed
1 task done
Labels
Prerequisites
Description
Typically, if you are working on a session and then close Atom, then reopen Atom, that session will reopen where you left off. Back in Atom 1.36.0, we got the feature to not open the entire parent directory if only opening a single file to edit. If you open a single file in Atom, close Atom, and reopen Atom, it will open up to the default "landing page," entirely forgetting the file you last worked on. This happens in safe mode as well.
Steps to Reproduce
atom filename.ext --safe
atom --safe
Expected behavior:
I expected Atom to remember the last file I worked on.
Actual behavior:
Atom entirely forgets the last file I was working on (if it is a single file and not a directory).
Reproduces how often:
It reproduces for me each time I edit a single file and close, then reopen Atom.
Versions
Additional Information
Atom : 1.40.0
Electron: 3.1.10
Chrome : 66.0.3359.181
Node : 10.2.0
npm: 6.9.0
The text was updated successfully, but these errors were encountered: