View Source GenLSP.Structures.DeleteFile (gen_lsp v0.8.1)

Delete file operation

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Structures.DeleteFile{
  annotation_id: GenLSP.TypeAlias.ChangeAnnotationIdentifier.t() | nil,
  kind: String.t(),
  options: GenLSP.Structures.DeleteFileOptions.t() | nil,
  uri: GenLSP.BaseTypes.document_uri()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DeleteFile{}

View Source (struct)

fields

Fields

  • kind: A delete

  • uri: The file to delete.

  • options: Delete options.

  • annotation_id: An optional annotation identifier describing the operation.

    @since 3.16.0