View Source GenLSP.Structures.FileDelete (gen_lsp v0.10.0)
Represents information on a file/folder delete.
@since 3.16.0
Link to this section Summary
Functions
Fields
- uri: A file:// URI for the location of the file/folder being deleted.
Link to this section Types
@type t() :: %GenLSP.Structures.FileDelete{uri: String.t()}
Link to this section Functions
fields
Fields
- uri: A file:// URI for the location of the file/folder being deleted.