pyright/packages
2024-07-29 20:50:55 -07:00
..
pyright Published 1.1.373 2024-07-23 17:06:24 -07:00
pyright-internal Simplified some of the logic involved in type var constraint solving. (#8594) 2024-07-29 20:50:55 -07:00
vscode-pyright Added a new configuration option enableReachabilityAnalysis. It is off by default when typeCheckingMode is "off" but otherwise on by default. When disabled, it causes pyright not to identify code blocks that are determined to be unreachable via type analysis. Code blocks that are determined to be unreachable via non-type information are still displayed as such. (#8546) 2024-07-25 19:13:15 -07:00