Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
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.
Screenshots / Screen Recordings
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.43 (user setup)
VSCode Version: 1.105.1
Commit: 32cfbe848b35d9eb320980195985450f244b3030
Date: 2025-12-19T06:06:44.644Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100
For AI issues: which model did you use?
No AI model problem
Additional Information
I am not sure is this would effect but, i set my settings.json like below
it usually works :)))
{
“html.autoClosingTags”: false,
“python.defaultInterpreterPath”: “/home/dssignal/python-project/AI_chat_bot/.venv/bin/python”,
“git.autoRepositoryDetection”: false,
“git.repositoryScanMaxDepth”: 1,
"files.watcherExclude": {
"**/.venv/**": true,
"**/node_modules/**": true,
"**/.cache/**": true,
"**/.git/objects/**": true
}
}
Does this stop you from using Cursor
No - Cursor works, but with this issue
