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