Skip to content

Releases: RobertCraigie/pyright-python

v1.1.224

25 Feb 19:51
00a8509
Compare
Choose a tag to compare
[pyright updated to 1.1.224] Update Version (#31)

Co-authored-by: RobertCraigie <[email protected]>

v0.0.13

25 Nov 15:09
e3a8978
Compare
Choose a tag to compare

What's Changed

  • fix position of -- arg (#11)

Massive thank you to @bustbr!

v0.0.12

05 Nov 15:28
20ba327
Compare
Choose a tag to compare

Changes

  • Fix npx and pyright argument separator (#9)

v0.0.11

01 Nov 17:46
2be0795
Compare
Choose a tag to compare

Changes

  • Add support for the pyright LSP under the pyright-langserver command
  • Renamed nodeenv directory from pyright-prisma to pyright-python

Release v0.0.10

26 Sep 11:06
f215010
Compare
Choose a tag to compare

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

22 Aug 13:28
e47ac97
Compare
Choose a tag to compare

This release fixes an issue that can occur with npx consuming arguments instead of passing them directly to pyright

Release v0.0.8

09 Aug 11:23
Compare
Choose a tag to compare

Bug fixes

  • Ignore noise during version checks (#5)