View Source GenLSP.Enumerations.FileOperationPatternKind (gen_lsp v0.10.0)

A pattern kind describing if a glob pattern matches a file a folder or both.

@since 3.16.0

Link to this section Summary

Functions

The pattern matches a file only.

The pattern matches a folder only.

Link to this section Types

Link to this section Functions

@spec file() :: String.t()

The pattern matches a file only.

@spec folder() :: String.t()

The pattern matches a folder only.