What's Changed
πnew pylance feature: docstrings for compiled builtin modules
unlike pylance, this shows docstrings for all supported python versions & platforms, regardless of your current environment. in this example, the tzset
function does not exist on windows, but we can still see its docstring:
you can read more about it in the docs. huge thanks to @AThePeanut4 for creating docify, which made this feature possible!
other changes
- fix pdm build script running npm install and build multiple times (fixes the issue where installing basedpyright from github takes way too long) by @DetachHead in #419
- fix
typeCheckingMode
not defaulting to"all"
(was broken by a recent upstream change) by @DetachHead in #422 - update upstream pyright version to 1.1.368 by @DetachHead in #425
- fix a bug from upstream that broke
reportUninitializedInstanceVariable
onNamedTuple
s by @DetachHead in #425
Full Changelog: v1.12.6...v1.13.0