-
Notifications
You must be signed in to change notification settings - Fork 138
Project is empty in a non-empty project #309
Comments
I'm having the same issues lately. Had to close and re-open my projects too to get around this. |
I have exactly this problem! |
When this happens I have these errors on the console: Cannot find module 'atom' Error: Cannot find module 'atom' and handler is not defined ReferenceError: handler is not defined |
Thanks for contributing! It appears that this is being caused by the pigments package, not fuzzy-finder itself. It may be that there is still a bug in fuzzy-finder. If so, we'll need the maintainer of the package that is causing the problem to help track that down. You should file this issue on their repository so they can either fix the problem or tell us where the problem is coming from. The Atom FAQ has information on how to contact the maintainers of any Atom community package or theme. |
I filled a bug on atom-pigments rep and they said that they think it's not a problem of pigments. Cannot find module 'atom' Error: Cannot find module 'atom' handler is not defined ReferenceError: handler is not defined |
After concluding that it was not pigments fault, I started to disable all my extensions one by one ... and the one that was causing the problem (at least .. if I disabled it I don't get this problem and the errors in the console when invoking fuzzy-finder) was atom-elixir - https://atom.io/packages/atom-elixir |
I have a similar issue. I store files and projects on google drive file stream. It has worked until now, but from a few weeks when I try to use fuzzy finder, Project is empty appear at bottom. Any suggestions? |
I have the same problem. On console, these errors appear:
|
Interestingly enough, I have a related problem: My project will report as empty when there are no matches for my search term, but if my search term has matches it displays correctly. Bug persists even when I disable every non-core package. My problem is less annoying (more of a UI error than an actual performance error), but as I thought it might be related, I'm posting it here. |
I don't know if this is the same issue. But upon updating atom, I'm getting the same thing. It seems to be somehow related to the updated fuzzy-finder. I have a few folders in my project, and it insists that my project is empty. Turning off ripgrep seems to fix it |
Prerequisites
Description
Fuzzy Finder reports that Project is empty in a non-empty project
Steps to Reproduce
Expected behavior: Typing cmd + P + filename results in a list of matching file names
Actual behavior: Fuzzy Finder reports that Project is Empty
Reproduces how often: 50%
Versions
Atom - 1.18.0
OS - macOS Sierra v 10.12.6
apm 1.18.1
npm 3.10.10
node 6.9.5 x64
python 2.7.11
git 2.7.0
Additional Information
I have have both selected and unselected Exclude VCS Ignored Paths in my Core Settings per suggested
The text was updated successfully, but these errors were encountered: