Skip to content

v1.33.0 (pyright 1.1.407)

Choose a tag to compare

@DetachHead DetachHead released this 07 Nov 12:11
· 11 commits to main since this release

What's Changed

hover and "go to definition" on operators

pylance supports "go to definition" on some operators. basedpyright now supports this and takes it a step further by also showing hover information as well:

image

implemented by @KurtBoehm in #1576

docs

  • update zed docs to add back the recommendation to use the project's version of basedpyright again (i incorrectly assumed this was no longer necessary) by @DetachHead in #1602
  • Add neovim LSP server setting example using 0.11 format by @hydecnc in #1605

other changes

New Contributors

Full Changelog: v1.32.1...v1.33.0