What's Changed
- fix incorrect inlay hints for generics where one of the types is a tuple by @DetachHead in #901
- fix readonly property member access highlighting the entire expression as readonly instead of just the member name by @DetachHead in #902
- Add installation instructions for Zed IDE by @JaagupAverin in #904 & #907
- fix false positive
reportUnnecessaryIsInstance
errors when narrowingCallable
whilestrictGenericNarrowing
is enabled by @DetachHead in #909 & #916 - add conda-forge package by @lucascolley in conda-forge/staged-recipes#28367 & #917
- fix potential performance issue caused by language server settings being re-loaded on every keystroke when doing inlay hints by @DetachHead in #922
- update upstream pyright version to 1.1.390 by @DetachHead in #926
New Contributors
- @JaagupAverin made their first contribution in #904
Full Changelog: v1.22.0...v1.22.1