v1.12.6 (pyright 1.1.367)
What's Changed
- fix values with a type annotation that were narrowed to
Never
being coloured as a type by @DetachHead in #401 - fix
Never
type aliases being coloured as a variable when using the new python 3.12 type alias syntax by @DetachHead in #403 - update upstream pyright version to 1.1.367 by @DetachHead in #408
- exit with code 3 on unknown config options in
executionEnvironments
by @DetachHead in #408
Full Changelog: v1.12.5...v1.12.6