So sometime in the last month, using Cmd-P to jump to a file is no longer finding newer files, and is sometimes finding older files that have been deleted - it seems like there's some kind of file list index that has been corrupted and is frozen in time like 3 weeks back in my repos. Is there a way for me to clear a cache directory somewhere? Its made using cursor almost unusable at this point...
#Cmd-P (go to file) stopped working
1 messages · Page 1 of 1 (latest)
To add some concrete examples: in my codebase I have 12 files that are named <something>.module.ts - when I type Cmd-P and then the word "module" (without quotes) I only see two of them: one that I recently opened, and one that I deleted like a month ago!
When I open this same project with vscode I don't have any problem ilke this.