Cursor Pyright doesn't work on fresh installs after restart

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

“Cursor Pyright depends on the ms-python.python extension, which is not installed. Please install this extension.” error on both Mac & Linux, causing no go to definition, broken highlighting, etc

Fundamentally same issue as Cursor Pyright does not find ms-python.python, although commented workarounds have not helped

Steps to Reproduce

So far I have seen this on Mac & Linux under all conditions I’ve tried. Just install cursor and the core python extensions and restart (there is a brief window when they appear to work before restarting).

No amount of application, extension re-installation, settings.json fiddling has helped.

Expected Behavior

Python language features / intellisense work when first-party extensions are installed.

Screenshots / Screen Recordings

Operating System

MacOS
Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.5.11
VSCode Version: 1.99.3
Commit: 2f2737de9aa376933d975ae30290447c910fdf40
Date: 2025-09-05T03:48:32.332Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.15.9-201.fc42.x86_64

Additional Information

$ cat ~/.cursor/extensions/extensions.json | jq -r ‘. | .identifier.id + “==” + .version’ #:

vscodevim.vim==1.30.1
anysphere.cursorpyright==1.0.9
ms-toolsai.vscode-jupyter-slideshow==0.1.6
ms-toolsai.vscode-jupyter-cell-tags==0.1.9
ms-toolsai.jupyter-renderers==1.3.0
ms-toolsai.jupyter==2025.3.0
cab404.vscode-direnv==1.0.0
ms-python.python==2025.6.1
ms-python.debugpy==2025.10.0

Does this stop you from using Cursor

Yes - Cursor is unusable

The bug seems related to this: Surprising mandatory pylance uninstall - #26 by ravirahman

Are you still facing the issue on latest version?

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.