View Source GenLSP.Requests.WorkspaceApplyEdit (gen_lsp v0.10.0)
A request sent from the server to the client to modified certain resources.
Message Direction: serverToClient
Link to this section Summary
Link to this section Types
@type result() :: GenLSP.Structures.ApplyWorkspaceEditResult.t()
@type t() :: %GenLSP.Requests.WorkspaceApplyEdit{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.ApplyWorkspaceEditParams.t() | nil }