Describe the Bug
I installed the new version of cursor 1.2 after uninstalling the previous version, including intermediate files. After installing the extensions “Python” and “Python Debugger”, the behaviour is not as expected. It raises a lot of errors in my python scripts that are not properly assigned and were not raised before the update, including “reportAssignmentType”, “reportAttributeAccessIsue” and “reportArgumentType”. It seems like it is not getting the variable types and attributes properly. Visual Studio Code is working fine with the same code.
Steps to Reproduce
I installed cursor 1.2 and also tried with cursor 1.0. I installed the recommended Python extensions and this causes the errors. I deleted all the files from my previous installation (.~/Library/Application\ Support/Cursor and ~/.cursor ) to make sure there are not conflicts.
Expected Behavior
The same as before, raising the errors properly in my python code.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.2.2 (Universal)
VSCode Version: 1.99.3
Does this stop you from using Cursor
No - Cursor works, but with this issue