View Source GenLSP.Structures.FileOperationFilter (gen_lsp v0.10.0)
A filter to describe in which file operation requests or notifications the server is interested in receiving.
@since 3.16.0
Link to this section Summary
Functions
Fields
- scheme: A Uri scheme like
file
oruntitled
. - pattern: The actual file operation pattern.
Link to this section Types
@type t() :: %GenLSP.Structures.FileOperationFilter{ pattern: GenLSP.Structures.FileOperationPattern.t(), scheme: String.t() | nil }
Link to this section Functions
fields
Fields
- scheme: A Uri scheme like
file
oruntitled
. - pattern: The actual file operation pattern.