I'm running into issues with VS Code's file search. I've tried restarting the app, reopening the workspace, etc, but the problem persists.
Simply put, the file search can't find exact matches for basic files like my package.json or tsconfig.json in the root directory. See the screenshots below.
It shows my package-lock, but not package.json. It cant find these files even when matched explicitly. I have only the standard exclusions on, none of which should effect these files. What could be happening?
This is even more frustrating considering that the "go to file" command (cmd+p on Mac) shows every file across all my directories. So a search for "package" returns every package.json I have. VScode search is practically unusable right now.
Does anyone have any tips or solutions? Is this an open issue?