My development environment is set up by connecting to a Linux machine via SSH. Since an update about two weeks ago, Cursor IDE has frequently failed to quickly detect the Python interpreter. In addition, Git often cannot be detected at all.
Even after configuring related settings through .vscode (such as interpreter or Git path settings), the detection issue still occurs very frequently.
Steps to Reproduce
This problem happens every time I connect or I reconnect to the SSH environment.
Expected Behavior
Under normal circumstances, Cursor IDE should be able to quickly detect the .venv and .git directories within my project upon connection.
Sorry for the late reply — I’ve been busy with development over the past few days and didn’t have time to prepare the logs you mentioned.
Based on my recent experience, even after configuring .vscode according to your suggestions, the IDE still cannot properly detect the .git directory of my project, and the interpreter performance remains very slow.
I did try asking AI for possible causes, and from what I can tell so far, one possible culprit might be that my project’s Git objects are quite large. I only have about one year of experience as a software engineer, so I’m not entirely sure whether this would be considered unusually large or not.
I’d really appreciate it if you could take a look at the terminal logs and the additional information I’ve provided.