You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
In a medium-size project (1192 files, ~35k lines of code), searching with "Find in Project for a value "foo" will return all references to "foo".
Awesome.
I then delete these references - some within atom itself by editing lines, some by git rm filename that contained foo, and search will produce the exact same results for the same search.
Searching for anything else, then searching "foo" again produces the correct behavior, but I suspect the search results are being cached somewhere, and are not being refreshed.
If someone could point me to the code that does this and how to debug, I could take a stab at it, but I'm a bit out of my element in CoffeeScript so far. :)
The text was updated successfully, but these errors were encountered:
I looked around open issues, couldn't find one detailing this behavior.
atom 0.78.0
[email protected]
In a medium-size project (1192 files, ~35k lines of code), searching with "Find in Project for a value "foo" will return all references to "foo".
Awesome.
I then delete these references - some within atom itself by editing lines, some by
git rm filename
that contained foo, and search will produce the exact same results for the same search.Searching for anything else, then searching "foo" again produces the correct behavior, but I suspect the search results are being cached somewhere, and are not being refreshed.
If someone could point me to the code that does this and how to debug, I could take a stab at it, but I'm a bit out of my element in CoffeeScript so far. :)
The text was updated successfully, but these errors were encountered: