-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.DS_Store open by default? #96
Comments
Thanks for the report! When is it opening the file? While you're browsing, it just opens automatically? Or is it when you try to open another file? Basically, what are your steps to reproduce? |
yes. For example:
My current temp fix is to delete all .DS_Store in workspace recursively... |
That's really weird; I'm unable to replicate this. I'm also on OSX. It might be a weird interaction with another package. Does this problem persist if you disable all your other installed packages temporarily? |
yes. I am having this problem with only the advanced-open-file packages… Not sure if this is related to OS X instead…?
|
I realized maybe this is due to that I set |
I'm still unable to replicate this. My system setting for If you create a directory with two files in it, Basically I'm try to get an isolated test case that I can play around with replicating. Any help you can give is appreciated! :D |
I was unable to replicate the issue. I recored my attempt: https://youtu.be/zi8PPT0H5Hc |
this issue is present for me too. further are instructions. requirements:
Options:
Then:
Noted:
|
@pirminis I followed your steps to the letter, same atom version, same package version, same settings, etc. and am still unable to replicate the issue. Could you find a directory tree where you consistently experience the issue and then share the filenames in that tree? The out of the I'm wondering if it has something to do with the directory layout that's confusing the fuzzy finding code. |
Recently after upgrading to 0.14.3 I found that advanced-open-file will always open ".DS_Store" file of the directory by default (I am using a Mac). How can I disable it? This won't happen when using default open file in atom though. Thanks,
The text was updated successfully, but these errors were encountered: