Notable changes:
- Experimental Feature: Treat each Jupyter notebook cell as a separate document rather than concatenating the cells together into a single document. Has the potential to fix a lot of Pylance notebook behaviors. Can be enabled by setting
"python.pylanceLspNotebooksEnabled": true
. - Bug Fix: Multiline tuples don't fold (pylance-release#2779)
- Bug Fix: Report Issue command fails if Pylance has not been activated (pylance-release#2791)
For the full changelog, see CHANGELOG.md