Changes:
- f11dd22 Switch to Node 22 and make publish to npm wait (#10830)
- ba6a729 Update azure-pipelines-release.yml for Azure Pipelines
- 33f41a8 Published 1.1.404
- e32022c Improved performance and memory usage of import resolver by not recording import failure information unless caller asks for it. This is normally needed only when verboseOutput is enabled. (#10819)
- 572bc31 Implemented a number of performance and memory optimizations (#10816)
- 2d1aaf0 Fixed a recent regression that broke the "--threads" option in the CLI. (#10812)
- 7b90e9e Made PEP 728 (TypedDict with extra items) no longer experimental since it has been accepted by the SC. (#10804)
- de2d23d Improved startup performance for large projects by lazily computing the module name of each source file. (#10798)
- 78088b4 Bump tmp from 0.2.3 to 0.2.4 (#10771)
- f1c19c6 Bump axios from 1.10.0 to 1.11.0 (#10742)
See More
- c125807 Bump form-data from 4.0.3 to 4.0.4 in /packages/vscode-pyright (#10732)
- 42c478f Tweaked the new source enumerator implementation so it enumerates files in the same order as the old implementation. The order that files are type checked shouldn't theoretically matter, but in practice there can be minor differences (e.g. union order in error messages).
- b8688e7 Fixed regression that resulted in a false positive error when using
reportUninitializedInstanceVariable
with aNamedTuple
class. This addresses #10490. (#10791) - facb494 Fixed a bug that results in a false positive error when a
break
orcontinue
statement is used within awhile
orfor
loop within an exception group block. This addresses #10766. (#10790) - 6dc4f77 Updated typeshed to the latest version.
- 390f1da Removed trailing whitespace in diagnostic line output. This addresses #10726.
- fd0a5e8 Improved startup responsiveness on large monorepos (#10786) [ #3075 ]
- 8b02aa8 Pull Pylance with Pyright 1.1.403 (#10687)
This list of changes was auto generated.