View Source GenLSP.Requests.WorkspaceApplyEdit (gen_lsp v0.8.1)

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 t() :: %GenLSP.Requests.WorkspaceApplyEdit{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.ApplyWorkspaceEditParams.t() | nil
}