Skip to content

v1.28.2 (pyright 1.1.397)

Compare
Choose a tag to compare
@DetachHead DetachHead released this 19 Mar 10:36
· 57 commits to main since this release
57f2e36

What's Changed

  • fix reportAny/reportUnknown* false positives on function calls where the type of the default value is Any or Unknown and the argument isn't used in the call by @DetachHead in #1120
  • fix crash in vscode extension when the path to basedpyright-langserver executable contains a space by @DetachHead in #1126
  • Remove some irrelevant/misleading mentions of pylance from the docs by @DetachHead in #1136
  • update pyright to 1.1.397 by @DetachHead in #1145

Full Changelog: v1.28.1...v1.28.2