GenLSP.Notifications.WorkspaceDidRenameFiles (gen_lsp v0.0.5)

The did rename files notification is sent from the client to the server when files were renamed from within the client.

@since 3.16.0

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.WorkspaceDidRenameFiles{
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.RenameFilesParams.t() | nil
}