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 will not block the runtime genserver, so that stdout packets from the port can be forwarded to the LSP process and logged correctly.
it currently synchronously compiles, and then logs the pile of log messages.
when it fires off a task (should be a supervised task), it should set some state to lock the server so that other processes can't ask it for data assuming the code is compiled
or a flag to say its compiling, and only allow rpc's that don't care about that
this will not block the runtime genserver, so that stdout packets from the port can be forwarded to the LSP process and logged correctly.
it currently synchronously compiles, and then logs the pile of log messages.
when it fires off a task (should be a supervised task), it should set some state to lock the server so that other processes can't ask it for data assuming the code is compiled
or a flag to say its compiling, and only allow rpc's that don't care about that