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

fix: use registry for runtime messaging #121

Merged
merged 2 commits into from
Jul 21, 2023
Merged

Commits on Jul 21, 2023

  1. fix: correctly recover from crashed runtime

    This uses a registry to track the runtimes, so that if one
    crashes and is restarted, it will register itself with the
    registry and the LSP process doesn't need to track them itself.
    
    This also streamlines the logic for waiting for the the runtimes
    to be ready.
    mhanberg committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    35483c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0d907 View commit details
    Browse the repository at this point in the history