@Noja121 – you can set the overrides in cursorpyright.analysis.diagnosticSeverityOverrides
. If set the cursorpyright.analysis.typeCheckingMode
to “off”, then you add rules to turn on errors for imports; if you start at “basic” you can turn off rules to remove the excessive red ink.
@Emilio_Martinez – Pylance is not supported in Cursor, unfortunately. However, the ms-python.python
extension is supported (our Cursor Python extension depends on it). Could you link me to the micro python extension so I can take a look?
@kaandok – hmm, let me look into this. Custom marketplaces should be supported in 1.2. This might be a regression from when we updated the base vscode version.
@yagiz – great, glad that fixed it!