You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments