Currently working in python with cursor, using pylance and working in a devcontainer, I get this constant crash with pylance whenever I start an interactive window:
Error: Debug Failure. False expression: Duplicate path in cellFilePaths: untitled:/Interactive-1.interactive.py#W1sdW50aXRsZWQ%3D
untitled:/Interactive-1.interactive.py#W2sdW50aXRsZWQ%3D
Then the server restarts…
I went to this issue:Pylance crashes when using the interactive window · Issue #6357 · microsoft/pylance-release · GitHub
And it seems that it was fixed in pylance 2024.9.100, however, cursor only supports up to 2024.8.1 version and I can’t download any recent versions from the store.
Has anyone been able to solve this problem?