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
When performing a workspace Search (Ctrl + H) and excluding search in binary files, we currently still load all files in order to determine which files to look through.
Ideally, we would only look into files which we know to be nonbinary, for example by discriminating based on file-extension.
I am not sure what an ideal solution would look like.