github microsoft/pyright 1.1.2
Published 1.1.2

latest releases: 1.1.363, 1.1.362, 1.1.361...
4 years ago

New Feature: Added a new VS Code setting called "useLibraryCodeForTypes". It's disabled by default currently. If enabled, pyright will attempt to extract type information from library code implementations in the absence of type stub files.

New Feature: Added support for hierarchical document symbols, which appear in the "Outline" view within VS Code.

Bug Fix: Fixed regression in "find symbol in workspace" command if onlyOpenFiles is set to true.

Bug Fix: Added code to honor the behavior specified in PEP 484 for imported symbols within type stub files. Only symbols imported using the "as" form of import statements or wildcard imports should be considered exported from the type stub.

Don't miss a new pyright release

NewReleases is sending notifications on new releases.