View Source GenLSP.Requests.WindowWorkDoneProgressCreate (gen_lsp v0.11.2)
The window/workDoneProgress/create request is sent from the server to the client to initiate progress
reporting from the server.
Message Direction: serverToClient
Link to this section Summary
Link to this section Types
@type result() :: nil
@type t() :: %GenLSP.Requests.WindowWorkDoneProgressCreate{ id: integer() | String.t(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.WorkDoneProgressCreateParams.t() | nil }