This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Crash when setting option(s) to hide ignored files #636
Open

Description
Toggling the Hide Ignored Names
or Hide VCS Ignored Files
options will occasionally cause the editor to crash. After reloading the editor, the value of either option will be whatever it was set to immediately before the crash.
As far as I can tell, the crash will happen regardless of whether the tree view is open or not, and is dependent on a project folder in tree view containing ignored files. I have also confirmed that the crash will occur while in safe mode, and therefore is not caused by a third-party package.
I'm currently running Atom 1.1.0 (atom --version
reports [13024:1030/232448:INFO:CONSOLE(0)] 1.1.0
) on Windows 10.