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

Async parse #1045

Merged
merged 11 commits into from
Jan 1, 2024
Merged

Async parse #1045

merged 11 commits into from
Jan 1, 2024

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    e169017 View commit details
    Browse the repository at this point in the history
  2. extract common function

    lukaszsamson committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f8d9dae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c5b59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    195b217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7e5d06 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    8a33015 View commit details
    Browse the repository at this point in the history
  2. cleanup error codes

    :parse_error is reserved for invalid JSON-RPC requests and not LSP errors
    lukaszsamson committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    41c0c5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce06a2d View commit details
    Browse the repository at this point in the history
  4. include version in key

    lukaszsamson committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    bb07158 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    8839a42 View commit details
    Browse the repository at this point in the history
  2. fix a few edge cases

    lukaszsamson committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    db00b0c View commit details
    Browse the repository at this point in the history