"Hide VCS Ignored Files" not saved in config.cson in MacOS
meventi-stephan opened this issue · 2 comments
When "Hide VCS Ignored Files" option is set in MacOS in newest Atom IDE 1.25.0 and Atom is closed and opened the setting is lost. If i'm opening config.cson I see following setting:
"tree-view": {}
When i makes the same setting in Windows i see following setting in config.cson:
"tree-view": alwaysOpenExisting: true
Perhaps this is the problem ...
Thanks for the report - I'm unable to reproduce with macOS 10.12.6 and Atom 1.25 - my steps:
atom --safe
- Check
Settings > Packages > tree-view > Hide VCS Ignored Files
- Quit Atom
cmd-q
atom --safe
If I check the tree-view settings, Hide VCS Ignored Files
is checked and if I open config.cson
I see:
"tree-view":
hideVcsIgnoredFiles: true
Can you reproduce with these steps? Also, what version of macOS are you running?
As a side note, it's super helpful for us if you can fill out the issue template as much as possible.
Thank you for your issue!
We haven't gotten a response to our questions in our comment #1236 (comment). With only the information that is currently in the issue, we don't have enough information to take action. I'm going to close this but don't hesitate to reach out if you have or find the answers we need, we'll be happy to reopen the issue.