Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup plugin after updating pyright dep #47

Closed
rchl opened this issue Jan 1, 2021 · 1 comment · Fixed by #48
Closed

Cleanup plugin after updating pyright dep #47

rchl opened this issue Jan 1, 2021 · 1 comment · Fixed by #48
Labels
enhancement New feature or request

Comments

@rchl
Copy link
Member

rchl commented Jan 1, 2021

From https://github.com/microsoft/pyright/releases/tag/1.1.96:

  • Behavior Change: Switched to LSP-native progress reporting rather than using custom progress reporting messages.
  • New Feature: Added a new diagnostic rule called "reportInvalidTypeVarUse"
@rchl rchl changed the title Cleanup plugin after updating pyrigh dep Cleanup plugin after updating pyright dep Jan 1, 2021
@jfcherng
Copy link
Collaborator

jfcherng commented Jan 2, 2021

From https://github.com/microsoft/pyright/releases/tag/1.1.98:

  • New Feature: Added new diagnostic rule "reportUnusedCoroutine" that reports an error if the result returned by an async function is not consumed (awaited, assigned to a variable, etc.). This detects and reports a common error when using async coroutines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants