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

QoL improvements for IDEs and LSPs #41

Merged
merged 3 commits into from
Sep 12, 2022
Merged

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    44c8597 View commit details
    Browse the repository at this point in the history
  2. Preserve generic type hints from Pint.

    Inheriting from a generic type without specifying the generic
    fixes the generic to `Any`. This breaks strict type checking
    and prevents users from specifying the type that a Quantity is
    wrapping.
    Yoshanuikabundi committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6608ec3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    90732e3 View commit details
    Browse the repository at this point in the history