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

The will rename files request is sent from the client to the server before files are actually renamed as long as the rename is triggered from within the client.

@since 3.16.0

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type result() :: GenLSP.Structures.WorkspaceEdit.t() | nil
@type t() :: %GenLSP.Requests.WorkspaceWillRenameFiles{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.RenameFilesParams.t() | nil
}