Is there any way to recover my code base from cursor server cache?

Hi, guys:

My local code directory is deleted after the python version is upgraded. The code was not been pushed to git remote server. The local git codebase was also deleted with the whole lost code directory. I had only one copy just on my macbookPro. Now, I can’t recover the codebase even with disk data recovery tool.

My question is that, is there any way to recover my code base use the code cache store on the cursor server? I have just tried to recover several files with the time line feature at the left-down corner. But for some other files. It seems no record in the time line.

It is really appreciated if someone could help me to restore my whole code base using cursor server’s code cache.

Hey, unfortunately, it’s impossible to restore the original code from the cache. The Cursor cloud only stores vector representations and metadata, like hashes and file names, but not the actual code. The code is only read from the local machine. More information about working with the codebase can be found here: