v1.19.1 (pyright 1.1.386)
What's Changed
- fix
typeCheckingMode
still defaulting to"all"
in the language server when there's no config file by @DetachHead in #791 - prevent inlay hints from appearing on enum members by @DetachHead in #793
- update upstream pyright version to 1.1.386 by @DetachHead in #805
- the new version of the toml parser included in this release was busted - see microsoft/pyright#9296 (and i think it also might have a memory leak on windows?), so i switched it to use js-toml instead
Full Changelog: v1.19.0...v1.19.1