Releases: RobertCraigie/pyright-python
Releases · RobertCraigie/pyright-python
v1.1.224
[pyright updated to 1.1.224] Update Version (#31) Co-authored-by: RobertCraigie <[email protected]>
v0.0.13
v0.0.12
v0.0.11
Changes
- Add support for the pyright LSP under the
pyright-langserver
command - Renamed
nodeenv
directory frompyright-prisma
topyright-python
Release v0.0.10
Changes
Remove verbose output by default
Make use of the --silent
flag to remove verbose npm output, e.g.
npm ERR! code 4
npm ERR! path /pyright-python
npm ERR! command failed
npm ERR! command sh -c pyright --foo
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/robert/.npm/_logs/2021-09-26T11_00_20_456Z-debug.log
This output can be re-enabled by setting PYRIGHT_PYTHON_VERBOSE
to a truthy value.
Bug Fixes
- Fix bug with npx passing the argument separator
--
to pyright
Release v0.0.9
This release fixes an issue that can occur with npx consuming arguments instead of passing them directly to pyright
Release v0.0.8
Bug fixes
- Ignore noise during version checks (#5)