Notable changes:
- Bug Fix: Fixed a crash due to LSP type mismatch. (pylance-release#3453)
- Bug Fix: Fixed behavior of
__init__
parameter synthesis whendataclass_transform
is applied to a base class. (pylance-release#3304) - Enhancement: Improved
go to definition
behavior when multiplepyi
are used for 1py
file. (pylance-release#3227) - Enhancement: Updated pandas stubs
- Enhancement: Updated matplotlib stubs
- Enhancement: New setting
python.analysis.packageIndexDepths
is added. User can use the setting to control indexing behavior.