View Source GenLSP.Notifications.WorkspaceDidRenameFiles (gen_lsp v0.8.1)

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

Message Direction: clientToServer

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
}