After the latest update I see a warning: “In order to use Anysphere Python, ms-python.vscode-pylance must be uninstalled.” and pylance not working.
Do I really have to disable the standard extensions installed to make cursor work? This just doesn’t seem right that one day after update I have to re-manage my extensions
Steps to Reproduce
Have the app with standard pylance installed and update to the latest version
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
I’ve just had this pop up as well. It wants me to uninstall and restart cursor. But I’m concerned what the repercussions might be for the program I have in development. Can i safely ignore this?
I don’t know who this is relates to but it sounds to me like it’s related to here. so i am attaching this video of a bug.
What are we seeing in the video?
Normal cursor usage, I have been working on python tests using pytest and fixtures of a while now and you could have always jumped to the definition reference by ctrl+click the fixture name on the test, demonstrated working
after window reload it stops working and shows in-file references mostly
There was a glitch on our backend that caused our Python language server to be distributed automatically. It is not required that you upgrade; you can uninstall our Python extension in the settings:
well, cursor just broke my config lol
honestly, I’m dropping Cursor, Claude Code or Codex CLI at least do not break my Text Editor
It ended up removing Pylance from my installation, so great now no more static typing there. Reply from their team say to uninstall their Python language server. I did it, ok fine.
Guess what, now impossible to install Pylance back again.
Uninstalling the cursor’s python extension although resolved the issue of ctrl+click fixture reference not working now cannot reference any other function and class.
Just had an issue with missing language server reported by the Python extension. I have Pylance installed, and going to VSCode Settings > Extensions > Python > Language Server then selecting Pylance worked for me, restoring the missing functionality. For some reason I wasn’t able to go there via quick commands as they were reported as “not registered”, in that case open the settings page manually.
Has anyone found a way to continue using Python with Cursor… for the past 2 (maybe 3) since this pylance thing popped up, I can’t get all files from being read, and an astronomical amount of problems on my running code… I have tried settings for basedpyright, other extensions… nothing is getting me back to a place close to where I was 2-3 days ago…
has anyone found any settings or extensions that approximate the normal of 2-3 days ago before this happened?