Skip to content

Releases: microsoft/pylance-release

2022.1.0

06 Jan 00:22
43751d5
Compare
Choose a tag to compare

Notable changes:

  • Enhancement: Improved untitled file support

For the full changelog, see CHANGELOG.md

2021.12.2

13 Dec 22:37
588ddaa
Compare
Choose a tag to compare

Notable changes:

For the full changelog, see CHANGELOG.md

2021.12.1

10 Dec 01:55
a43732a
Compare
Choose a tag to compare

Notable changes:

  • Pylance now supports smart selection (shift + alt + rightArrow/leftArrow)
  • Pylance's copy of typeshed has been updated.
  • The bundled stubs for django have been updated.

For the full changelog, see CHANGELOG.md

2021.12.0

02 Dec 21:18
77b76f2
Compare
Choose a tag to compare

Notable changes:

  • Pylance now supports Go to Type Definition.
  • Performance of Find All References and Rename Symbol has been improved for large workspaces.
    (pylance-release#2109)
  • Pylance's copy of typeshed has been updated.
  • The bundled stubs for django have been updated

For the full changelog, see CHANGELOG.md

2021.11.2

18 Nov 00:59
62fc2af
Compare
Choose a tag to compare

Notable changes:

-   Intellicode context now includes collections.
-   Pylance's copy of typeshed has been updated.
-   The bundled stubs have been updated.

For the full changelog, see CHANGELOG.md

2021.11.1

10 Nov 22:18
1e52783
Compare
Choose a tag to compare

Notable changes:

  • Bug fix: Fixed semantic token bug involving file opened and closed repeatedly in a short period times.

For the full changelog, see CHANGELOG.md

2021.11.0

03 Nov 23:46
75735e9
Compare
Choose a tag to compare

Notable changes:

  • Enum member values are now appear before other enum class members in completions.
    (pylance-release#1977)
  • Type mismatch errors involving tuples are now more descriptive.
    (pylance-release#2020)
  • Pylance's copy of typeshed has been updated.
  • The bundled stubs for django have been updated.

For the full changelog, see CHANGELOG.md

2021.10.3

28 Oct 00:02
eefb9d8
Compare
Choose a tag to compare

Notable changes:

  • Analysis performance has been improved for large and complicated functions, such as those in scipy and sympy.
    (pylance-release#1964)
  • Pylance's copy of typeshed has been updated.

For the full changelog, see CHANGELOG.md

2021.10.2

20 Oct 23:28
8ab312b
Compare
Choose a tag to compare

Notable changes:

  • A bug related to missing completions inside lists and tuples has been fixed.
    (pylance-release#1302)
  • The bundled stubs for django have been updated.

For the full changelog, see CHANGELOG.md

2021.10.1

14 Oct 23:48
fcdde8f
Compare
Choose a tag to compare

Notable changes:

  • A bug in the import completion that prevented some absolute imports from being suggested has been fixed.
  • Variables named match no longer cause a parser error when used in a slice expression.
    (pylance-release#1911)
  • TypedDict completions now work correctly in dict literals with more than one key-value pair.
    (pylance-release#1920
  • The bundled stubs for pandas, django and openpyxl have been updated.

For the full changelog, see CHANGELOG.md