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: run compiler in task #95

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Commits on Jul 6, 2023

  1. fix: run compiler in task

    This lets the compiler stdout messgaes to be logged to the client while
    the RPC is still happening.
    
    Previously, the port would message back to the process that was
    synchronously waiting on the RPC to finish, so it didn't send any log
    messages to the LSP process until the compiler was done.
    
    This made it look like the initial compiler was hanging.
    
    Fixes #60
    mhanberg committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    af50c84 View commit details
    Browse the repository at this point in the history