View Source GenLSP.Structures.FileOperationPatternOptions (gen_lsp v0.10.0)
Matching options for the file operation pattern.
@since 3.16.0
Link to this section Summary
Functions
Fields
- ignore_case: The pattern should be matched ignoring casing.
Link to this section Types
@type t() :: %GenLSP.Structures.FileOperationPatternOptions{ ignore_case: boolean() | nil }
Link to this section Functions
fields
Fields
- ignore_case: The pattern should be matched ignoring casing.