Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 07:30
· 15 commits to master since this release

For users

Added

  • The command for the currently selected file can now be copied
    using the newly added "Copy Pyright command" action.
    This is useful for debugging purposes.
  • Experimental LSP support is now available via the LSP4IJ plugin.
  • The executable can now be configured to run on multiple threads
    via an UI option.

Fixed

  • The annotator now always run, regardless of other annotators' results.
    Previously, it would not run if previous analyses resulted in errors.
  • The active interpreter is now detected correcly on non-PyCharm IDEs.

For contributors

Added

Changed

Fixed