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

The did delete files notification is sent from the client to the server when files were deleted 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.WorkspaceWillDeleteFiles{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.DeleteFilesParams.t() | nil
}