GenLSP.Enumerations.FileOperationPatternKind (gen_lsp v0.0.4)
A pattern kind describing if a glob pattern matches a file a folder or both.
@since 3.16.0
Link to this section Summary
Link to this section Types
@type t() :: String.t()
Link to this section Functions
Link to this function
file()
@spec file() :: String.t()
The pattern matches a file only.
Link to this function
folder()
@spec folder() :: String.t()
The pattern matches a folder only.