@ravirahman Hi dear ravirahman, I have probed this new Cursor-Pyright. I just would like to report some highlighting discrepancies between Cursor’s and MS’ Pyright now.
Apart from all other issues I haven’t had time to probe with, I can observe that highlighting regarding decorators and the property methods are a bit different. In MS’ version, the decorators uses the colour the same as classes, but here in Cursor’s, function highlighting is being used. Also for property methods, MS’ Pyright uses the colour the same as all variables, but here in Cursor’s, normal functions’ highlighting is being used.
@fingertap – you can set the setting cursorpyright.analysis.typeCheckingMode to ‘off’ to disable most syntax errors, and cursorpyright.disableLanguageServices to fully disable the language server.
@borjigin-mergen – our extension is based on basedpyright. Could you raise an issue in their GitHub?