Payload for :lsp_status_changed events. Published by LSP.Client on status transitions.
:lsp_status_changed
LSP.Client
@type t() :: %Minga.Events.LspStatusEvent{ name: atom(), status: :starting | :initializing | :ready | :stopped | :crashed, uri: String.t() | nil }