I have a vscode project that I know has too many files in it. When I do searches the system is grinding away to search through many many files and I get the little warning in the status bar once in a while suggesting to add files to files.exclude. The problem is, I don't know where the extra files are coming from. My guess is that somewhere I have overlooked some temp files or data directories, but I can't find them in the folder view. (I am sure they are there, but manually searching I don't see them)
So my question is, does vscode have a way to see a list or ask for a list of all files that are considered part of the project so I can track down where the ones I don't need are?