Closed MaxKless closed 2 weeks ago
CI is running/has finished running commands for commit 0fdf31d5698fbc405a7eb3562f7fb1a885f757f5. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Right now, if a request takes longer and users try to refresh the language server while the request is in flight (actually passed along to the language client, not just in our wrapper), an error will be thrown. This is potentially very ugly if run from a command and can be avoided. With our new state machine architecture, we can simply retry the request since it will automatically wait for the client to be running.