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

Use generated types for python 38 #2500

Merged
merged 24 commits into from
Aug 20, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    996acb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28989a7 View commit details
    Browse the repository at this point in the history
  3. fix flake8

    predragnikolic committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b659980 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. LSP only supports TextEdits for WorkspaceChanges currently

    In the future we could remove the is_text_edit check when we add support for  `AnnotatedTextEdit` and `SnippetTextEdit`
    predragnikolic committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    62edfcf View commit details
    Browse the repository at this point in the history
  2. Implement activeParameter being null in 3.18 in which case the clie…

    …nt should not higlight any parameter
    predragnikolic committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9cd147f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabf060 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a1c30b View commit details
    Browse the repository at this point in the history
  5. a

    predragnikolic committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3b49862 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28bcaf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1166ef1 View commit details
    Browse the repository at this point in the history
  8. add space

    predragnikolic committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    740420c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    e2db57f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab1ad9 View commit details
    Browse the repository at this point in the history
  3. one import per line

    predragnikolic committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e10634a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3449621 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    predragnikolic committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0f80797 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. sort lines

    predragnikolic committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    39ad51a View commit details
    Browse the repository at this point in the history
  2. remove casting

    predragnikolic committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0cf5c20 View commit details
    Browse the repository at this point in the history
  3. remove uint

    predragnikolic committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d66ad92 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. fix detecting textEdits not applying because .get('newText') was falsy

    {'range': {'start': {'line': 1, 'character': 0}, 'end': {'line': 2, 'character': 0}}, 'newText': ''}
    predragnikolic committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c7ecd32 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    48dfa59 View commit details
    Browse the repository at this point in the history
  2. address type issue

    rchl committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ee0b9ba View commit details
    Browse the repository at this point in the history
  3. allowed AnnotatedTextEdit

    rchl committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1dcaba8 View commit details
    Browse the repository at this point in the history
  4. fix syntax

    rchl committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bf45f72 View commit details
    Browse the repository at this point in the history