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

The will create files request is sent from the client to the server before files are actually created as long as the creation 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.WorkspaceWillCreateFiles{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.CreateFilesParams.t() | nil
}